[QUESTION]
#4

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
PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    new 
cmd[256], tmp[256], idx;
    
cmd strtok(cmdtextidx);
if(
strcmp(cmd,"/fly",true) == 0)
{
if(
IsPlayerInVehicle(playerid,577)
{
SetPlayerCheckpoint(playerid,x,y,z);
.... 
I think you will finish it
Reply


Messages In This Thread
[QUESTION] - by FireCat - 30.10.2011, 15:50
Re: [QUESTION] - by [03]Garsino - 30.10.2011, 15:54
Re: [QUESTION] - by Laronic - 30.10.2011, 15:57
Re: [QUESTION] - by mineralo - 08.11.2011, 12:37
Re: [QUESTION] - by Rzzr - 08.11.2011, 16:40
AW: [QUESTION] - by Babul - 08.11.2011, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)