29.05.2009, 00:38
You need to end it with other bracket.
Like this:
Like this:
pawn Код:
new name[24];
GetPlayerName(playerid,name,24);
if(strcmp(name, "JoeDaDude", false) == 0)
{
SendClientMessage(playerid, COLOR_GREEN, "Welcome Administrator Joe");
SendClientMessage(playerid, COLOR_GREEN, "There is no news updates");
}