23.06.2016, 14:34
tenho o sistema de moto taxi quase todo . so falta o de /chamar mtx ai /atender [ID] tal. ai eu vou atendo o cara .alguem tem esse cmd ?
YCMD:mtx(playerid, params[])
{
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));
format(string, sizeof(string), "%s estб chamando algum Moto taxi para ir atй ele [id: %d]", Name, playerid);
for(new x; x < MAX_PLAYERS; x++)
{
if(Player[x][MTX])
{
SendClientMessage(playerid, -1 string);
}
return 1;
}