if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17) { if ((15, playerid, 972.412109, -1310.268066, 15.156204 )) { MoveObject(ptda1, 964.284180, -1310.284790, 15.152433, 2.2); SetTimer("GateClose8", 7000, 0); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* %s toma el control remooto y abre la puerta.", sendername); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPL E,COLOR_PURPLE); } else { SendClientMessage(playerid, COLOR_GREY,"Destination is too far."); } } |
error 004: function "SafeGivePlayerMoney" is not implemented |
Originally Posted by leoals
Quote:
|
Originally Posted by leoals
nono problema solucionado fue un error mio xD
graciias de todos modos cierren |
if(!strcmp(cmdtext, "/comando", true)) { if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17) { if ((15, playerid, 972.412109, -1310.268066, 15.156204 )) { MoveObject(ptda1, 964.284180, -1310.284790, 15.152433, 2.2); SetTimer("GateClose8", 7000, 0); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* %s toma el control remooto y abre la puerta.", sendername); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); } else { SendClientMessage(playerid, COLOR_GREY,"Destination is too far."); } } format(string, sizeof(string), "* %s Saca su control remoto del bolsillo y Abre Las Rejas.", sendername); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); PlayerPlaySound(playerid, 1153, 1811.671875, -1885.4853515625, 12.4140625); } else { SendClientMessage(playerid, COLOR_GREY,"El destino es demasiado lejano."); } } else return SendClientMessage(playerid, COLOR_GREY,"Usted no tiene un mando a distancia para abrir esto."); return 1; }