29.09.2010, 19:07
hello all, im have 3problems with TDM server. :S
1. why WCM textdraw didnt showing, when i connect to server ( showing ) when spawning, and die pressing f4. - textdraw didnt showing ( inc - http://pastebin.com/stP4wH6y )
2. anim wont work. :/ ( onplayerrequest: http://pastebin.com/E8R22UdV )
3. godmode bugged?
// top of script
new GodMode [ MAX_PLAYERS ] ;
and
thanks u
1. why WCM textdraw didnt showing, when i connect to server ( showing ) when spawning, and die pressing f4. - textdraw didnt showing ( inc - http://pastebin.com/stP4wH6y )
2. anim wont work. :/ ( onplayerrequest: http://pastebin.com/E8R22UdV )
3. godmode bugged?
// top of script
new GodMode [ MAX_PLAYERS ] ;
Quote:
public OnPlayerSpawn(playerid) { SetPlayerHealth(playerid, 99999); GodMode[playerid]=SetTimerEx("Rezimas",1000*10,true,"i",playerid); // another shit |
Quote:
public Rezimas(playerid) { SetPlayerHealth(playerid, 100); ShowPlayerDialog(playerid, 5, DIALOG_STYLE_MSGBOX,"GangWars", "Funkcija „GodMode“ baigлsi!", "Gerai", "Uюdaryti"); KillTimer(GodMode[playerid]); return 1; } |