30.10.2011, 15:50
I've just made the pilot profession, but actually, what is he supposed to do?
Like, what should I make him to do? :$
Like, what should I make him to do? :$
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256], tmp[256], idx;
cmd = strtok(cmdtext, idx);
if(strcmp(cmd,"/fly",true) == 0)
{
if(IsPlayerInVehicle(playerid,577)
{
SetPlayerCheckpoint(playerid,x,y,z);
....