I really need help
#5

Quote:
Originally Posted by Sharpace
I dont know for your first set of errors and warnings but on line 10399

if(Shocked[giveplayerid] == 1) {
format(string, sizeof(string), "%s(%d) Is being shocked right now. You cannot shock a player while the player is being shocked",pname,giveplayerid);
SendClientMessage(playerid, COLOR_ERROR, string);
}

should be i think

if(Shocked[giveplayerid] == 1) {
format(string, sizeof(string), "%s(%d) Is being shocked right now. You cannot shock a player while the player is being shocked",pname,giveplayerid);
SendClientMessage(playerid, COLOR_ERROR, string);
return 1;
}

Thx but i need help with the others if anyone can help me
Reply


Messages In This Thread
I really need help - by kman - 26.09.2009, 22:37
Re: I really need help - by Jay_ - 27.09.2009, 00:58
Re: I really need help - by kman - 27.09.2009, 16:32
Re: I really need help - by Sharpace - 27.09.2009, 17:18
Re: I really need help - by kman - 27.09.2009, 19:50
Re: I really need help - by shady91 - 30.09.2009, 00:19
Re: I really need help - by kman - 01.10.2009, 01:03
Re: I really need help - by kman - 02.10.2009, 21:32
Re: I really need help - by kman - 03.10.2009, 14:59
Re: I really need help - by _Vortex - 03.10.2009, 15:05

Forum Jump:


Users browsing this thread: 2 Guest(s)