Rcon Admin Score :P
#1

Hi, i have this code to show if the admin is a proper one. it sets the score to 1337 and it goes in the on player connect. but i get error please tell me what is wrong thanks
Код:
 if(IsPlayerAdmin(playerid)
SetPlayerScore(playerid, 1337);
Код:
C:\Documents and Settings\Cameron Banfield\Desktop\Jack.pwn(2453) : error 001: expected token: ")", but found "-identifier-"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

Код:
 if(IsPlayerAdmin(playerid))
{
SetPlayerScore(playerid, 1337);
}
Reply
#3

ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)