error 001: expected token: ";", but found ")"
#4

Quote:
Originally Posted by Mencent
Посмотреть сообщение
Hello!

PHP код:
if(PlayerInfo[playerid][pGuns] = && PlayerInfo[playerid][pGuns] = 38
to
PHP код:
if(PlayerInfo[playerid][pGuns] == && PlayerInfo[playerid][pGuns] == 38
I think you mean:
PHP код:
if(PlayerInfo[playerid][pGuns] == && PlayerInfo[playerid][pGuns] == 38); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)