10.04.2016, 08:11
I don't know why, my server can't load this command.
Код:
new valid = PlayerInfo[playerid][pCarID1] + PlayerInfo[playerid][pCarID2] + PlayerInfo[playerid][pCarID3] + PlayerInfo[playerid][pCarID4] + PlayerInfo[playerid][pCarID5]; if(valid == 0) return sendMessage(playerid, -1, "Bye"); if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pTutorial] == 0) return errorMessage(playerid, "You can`t use this command because look to tutorial."); cars(playerid); } else { sendMessage(playerid, -1, "You aren't on-line."); }