Raised This Month: $51 Target: $400
 12% 

Map Mögen Umfrage


  
 
 
Thread Tools Display Modes
[pc]Raba
Veteran Member
Join Date: Jan 2004
Location: Erfurt
Old 06-23-2008 , 03:09   Re: Map Mögen Umfrage
#51

Warum soll das nicht klappen, wenn du es so einstellst, dass nach 10 Minuten nach Mapchange die Abfrage kommt?
Und "geht irgendwie nicht" ist keine qualifizierte Aussage
__________________
Wichtige Erkenntnis:
Murphys Gesetz ist nicht umkehrbar. Das Auto zu waschen, damit es regnet, funktioniert nicht.
[pc]Raba is offline
Send a message via ICQ to [pc]Raba
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 06-23-2008 , 07:49   Re: Map Mögen Umfrage
#52

ändere die funktion:

public calc_time(mapstart)

in das hier:

Code:
public calc_time(map_start) {
 new choosetime;
 choosetime = CHOOSE_TIME;
#if (CHOOSE_MOD==1)
 new timelimit = get_timeleft();
 if (timelimit < CHOOSE_TIME) {
  if (map_start)
   log_amx("CHOOSE_TIME to high! recalc 1 min before mapend.");
   
  choosetime = timelimit - 60; //if CHOOSE_TIME is to high, 1 min before mapend
 }
#endif 
 if (task_exists(777)) remove_task(777);
 
 switch (CHOOSE_MOD) {
  case 1: { //before mapchange
   set_task(float(choosetime),"ask_menu",777, _ , _ ,"d");
  }
  case 2: { //after mapchange
   set_task(float(choosetime),"ask_menu",777, _ , _ ,"c");
  }
 }
}
CHOOSE_MOD muss 2 sein, dann sollts eigentlich klappen.
__________________
There are only 10 types of people in the world:
Those who understand binary, and those who don´t.

Last edited by |PJ| Shorty; 06-23-2008 at 07:54.
|PJ| Shorty is offline
Send a message via ICQ to |PJ| Shorty Send a message via AIM to |PJ| Shorty Send a message via MSN to |PJ| Shorty Send a message via Yahoo to |PJ| Shorty Send a message via Skype™ to |PJ| Shorty
mazafaka
Junior Member
Join Date: Dec 2008
Old 05-05-2009 , 08:43   Re: Map Mögen Umfrage
#53

ich bin your plugin crashes server
Quote:
libgcc_s.so.1 must be installed for pthread_cancel to work
./hlds_run: line 321: 27622 Aborted $HL_CMD
mazafaka is offline
The Tiger^^
Senior Member
Join Date: Apr 2007
Location: unbekannt :D
Old 07-16-2009 , 15:30   Re: Map Mögen Umfrage
#54

gibst da eigentlich andere mittel,das probem ist wenn ich amx_sgl_host,amx_sql_user,amx_sql_pass von sql.cfg nehme dann funktoniert bei mir Amxbans nicht mehr.
__________________
The Tiger^^ is offline
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 07-16-2009 , 15:42   Re: Map Mögen Umfrage
#55

bei mir läufts auch mit amxbans zusammen... keine probleme

du kannst die zugangsdaten auch direkt im plugin hinterlegen
__________________
There are only 10 types of people in the world:
Those who understand binary, and those who don´t.
|PJ| Shorty is offline
Send a message via ICQ to |PJ| Shorty Send a message via AIM to |PJ| Shorty Send a message via MSN to |PJ| Shorty Send a message via Yahoo to |PJ| Shorty Send a message via Skype™ to |PJ| Shorty
The Tiger^^
Senior Member
Join Date: Apr 2007
Location: unbekannt :D
Old 07-16-2009 , 15:56   Re: Map Mögen Umfrage
#56

jetzt gehts,war mein fehler hatte tabellename nicht eingetragen gehabt
__________________
The Tiger^^ is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode