Help me!
#2

SetTimer("killcar", 1000, 1); //you don't use playerid here but...

public killcar(playerid) //...you use it here...

for(new i = 0; i < GetMaxPlayers(); i++) //...so you need a loop...
if(BOOM[i] == 1) //..and check...
//the rest of your code here with "i" as playerid.
Reply


Messages In This Thread
Help me! - by zofa - 08.11.2008, 13:30
Re: Help me! - by pspleo - 08.11.2008, 13:34
Re: Help me! - by zofa - 08.11.2008, 17:43
Re: Help me! - by Audi_Quattrix - 17.06.2012, 12:09

Forum Jump:


Users browsing this thread: 1 Guest(s)