Ayuda! Armas - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Ayuda! Armas (
/showthread.php?tid=108960)
Ayuda! Armas -
pooooolo - 16.11.2009
Nesesito ayuda nose poque me tira error a el acer esto
Код:
if (strcmp("/Puch", cmdtext, true, 10) == 0)
{
if(GetPlayerMoney(playerid) < 200)
{
SendClientMessage(playerid, COLOR_GREY, "No tienes Suficiente dinero");
return 1;
}
else
{
GivePlayerMoney(playerid,-200);
GivePlayerWeapon(playerid,1,99999);
}
}
}
return 1;
}
Si me Pueden dar la Solucion Porfavor Gracias
Re: Ayuda! Armas -
Donuts - 16.11.2009
Que error te manda.
Re: Ayuda! Armas -
pooooolo - 16.11.2009
No nada ya lo solucione Gracias Por Contestar
Re: Ayuda! Armas -
CristianTdj - 19.12.2009
<.<