hmm ... can you tell me why ?
#2

edit to

Код:
   
public OnPlayerCommandText(playerid, cmdtext[])
if(strcmp("/pizzajob", cmdtext, true) == 0)
	{
    SendClientMessage(playerid,COLOR_RED, "HINT: Follow the marker on the map to get your pizzaboy job !");
		SetPlayerCheckpoint(playerid, 2083.217, 2223.526, 11.023 );
		return 1;
	}

	   else if(strcmp("/towtruckjob", cmdtext, true) == 0)
	{
    SendClientMessage(playerid,COLOR_RED, "HINT: Follow the marker on the map to get your Tow truck driver job !");
		SetPlayerCheckpoint(playerid, 1942.5308, 2163.4653, 10.8203 );
		return 1;
	}
return 0;
}
Reply


Messages In This Thread
hmm ... can you tell me why ? - by Takumi.WS - 20.07.2009, 03:00
Re: hmm ... can you tell me why ? - by yezizhu - 20.07.2009, 03:05
Re: hmm ... can you tell me why ? - by Takumi.WS - 20.07.2009, 04:07
Re: hmm ... can you tell me why ? - by XPlatform - 20.07.2009, 04:13
Re: hmm ... can you tell me why ? - by yezizhu - 20.07.2009, 04:15
Re: hmm ... can you tell me why ? - by Takumi.WS - 20.07.2009, 04:49
Re: hmm ... can you tell me why ? - by yezizhu - 20.07.2009, 04:59
Re: hmm ... can you tell me why ? - by Annihalation - 20.07.2009, 05:00
Re: hmm ... can you tell me why ? - by Takumi.WS - 20.07.2009, 05:02
Re: hmm ... can you tell me why ? - by Takumi.WS - 20.07.2009, 05:03

Forum Jump:


Users browsing this thread: 1 Guest(s)