05.04.2009, 12:33
ok I've read.... I'll try to use strmid and i'll check if it works...
EDIT:
i'm so damn stupid, I should have used strcmp in the start -.- I used string = string instead of strcmp....
this works without strmid and stuff like that:
if (!strcmp(PlayerInfo[playerid][team],"agent",true)) { AgentRandomSpawnPlayer(playerid); }
EDIT:
i'm so damn stupid, I should have used strcmp in the start -.- I used string = string instead of strcmp....
this works without strmid and stuff like that:
if (!strcmp(PlayerInfo[playerid][team],"agent",true)) { AgentRandomSpawnPlayer(playerid); }

