30.11.2016, 06:41
PHP код:
CMD:startpaint(playerid,params[])
{
SetPlayerHealth(playerid, 50);
SendClientMessage(playerid, COLOR_RED, "Follow the checkpoints to continue painting.");
SendClientMessage(playerid, COLOR_RED, "You now have started painting.");
SetPlayerCheckpoint(playerid, 218.8890, -232.3192, 1.7786, 2);
return 1;
}
Код:
SetPlayerCheckpoint(playerid, X, Y, Z, size);