23.09.2017, 12:17
PHP код:
if(GetPVarInt(playerid, "ConnectTime" < 25) || money > 1000) { //changes has been made here
SendClientMessage(playerid, X11_TOMATO_2, "You must be over 25 connect time to do this!");
return 1;
}
PHP код:
error 001: expected token: "-string end-", but found "-identifier-"