24.12.2012, 14:25
Line 216 is?
And this:
Need to be:
And this:
PHP код:
} else {
SendClientMessage(playerid, COLOR_LIGHTRED, "You have to be in pizza boy intruder to use this command !");
}
return 1;
}
PHP код:
else {
SendClientMessage(playerid, COLOR_LIGHTRED, "You have to be in pizza boy intruder to use this command !");
}
return 1;
}