01.06.2014, 23:31
Quote:
Have you defined the color "red"?
If not add this ontop of your script: pawn Код:
pawn Код:
|
Код:
format(string,sizeof(string),"Player %s (ID: %d) has joined the server", GetName(playerid), playerid);
Код:
local variable "string" shadows a variable at a preceding level
