09.03.2013, 18:38
Hello Guys, I've been implenting an simple zombie bite script on my Rp Gamemode.
For Events.
Well, After compiling the script, There was an another problem.
This one,
This is the script
I hope someone could help me out!
For Events.
Well, After compiling the script, There was an another problem.
This one,
Код:
NYRP.pwn(23782) : error 001: expected token: ",", but found ";"
Код:
new string[128]; // 23781 format(string, sizeof(string), "* %s bites %s in his neck.", RPN(playerid), GetClosestPlayerToPlayer(playerid); // 23782 PlayerInfo[playerb][pZInfected] = 1; // 23783