20.07.2009, 03:05
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; }