08.11.2011, 12:37
I played long time in one rpg server, and there was pilot job. The pilot job have role to fly with AT-400 from LS to SF and player earn some money, I can help you little with scripting
I think you will finish it
PHP код:
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);
....