10.07.2011, 01:17
pawn Код:
if(strcmp(cmd, "/neon", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(!PlayerToPoint(45.0,playerid,1617.7235,-1889.6929,13.5469)) return SendClientMessage(playerid, -1, "[!] Vocк nгo estб na cordenada para equipar seu veiculo com neon!");
ShowPlayerDialog(playerid, neondialog, DIALOG_STYLE_LIST, "Sistema De Tunning", " R$ 4.500\tAzul\n R$ 4.500\tVermelho\n R$ 4.500\tVerde\n R$ 4.500\tBranco\n R$ 4.500\tRosa\n R$ 4.500\tAmarelo\n R$ 2.500\tRemover neon do veiculo", "OK", "Cancelar");
PlayerPlaySound(playerid, 1133, 0.0, 0.0, 10.0);
}
return 1;
}