24.08.2013, 20:56
Код:
if (strcmp("/repartidor de pizza", cmdtext, true, 10) == 0) { if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 448) { PizzaJob[playerid] = 1; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), "* %s Es Un Repartidor de Pizas.", name ); SendClientMessageToAll(COLOR_YELLOW, string); SetPlayerCheckpoint(playerid,-2508.4971,-109.0806,25.2135,10); SendClientMessage(playerid,COLOR_YELLOW,"* Reparte las pizzas a las siguientes casas y resiviras tu Paga!"); return 1; } SendClientMessage(playerid, COLOR_RED,"Nesesitas una moto de repartidor de pizzas para comenzar el trabajo y tener puesto el uniforme!"); return 1; }