if(gTeam[playerid] == TEAM_SWAT)
{
if(GetPlayerScore(playerid) >= 700)
{
ForceClassSelection(playerid);
}
}
return 1;
}
C:\Documents and Settings\EPUser\My Documents\Los Santos Gang Wars Server Folder\LSGWv2_.pwn(3431) : error 017: undefined symbol "name"
C:\Documents and Settings\EPUser\My Documents\Los Santos Gang Wars Server Folder\LSGWv2_.pwn(3431) : warning 215: expression has no effect
C:\Documents and Settings\EPUser\My Documents\Los Santos Gang Wars Server Folder\LSGWv2_.pwn(3431) : error 001: expected token: ";", but found "]"
error 017: undefined symbol "name" |
new name[MAX_PLAYER_NAME];//Player name
GetPlayerName(playerid, name, sizeof(name));