17.03.2018, 15:22
Quote:
You could give each mission an ID. And then use a random number to select the id.
|
PHP код:
CMD:mission(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,1.1,-216.8123,984.9861,19.3925,94.2272))
{
SendClientMessage(playerid,COLOR_WHITE,"Let's see what mission you will get !");
}
else return SendClientMessage(playerid, -1, ""chat" You need to be on the right place !");
SetPlayerCheckpoint(playerid, -216.8123,984.9861,19.3925,94.2272);
]
PHP код:
(20398) : warning 202: number of arguments does not match definition
(20401) : error 010: invalid function or declaration