#1

hi im facing this probleme in my script
: error 001: expected token: ";", but found "-identifier-"

new PlayerName[MAX_PLAYER_NAME];
new rand = random(sizeof(SDMSpawns))
error here ----->GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
if(InSDM[playerid] == 0) {
InSDM[playerid] = 1;

plz help
Reply
#2

pawn Код:
new rand = random(sizeof(SDMSpawns));
You missed the semi-colon
Reply
#3

ty it works
+Rep
[Solved]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)