[Ajuda] [Erro] Pawno FS
#2

Code:
SendClientMessage(playerid, -1,"Vocк Ligou o Raio Laser de Suas Armas");
SendClientMessage(playerid, -1,"Vocк Desligou o Laser de Suas Armas");
pawn Code:
if (!strcmp("/laseron", cmdtext, true))
{
       SetPVarInt(playerid, "laser", 1);
       SetPVarInt(playerid, "cor", GetPVarInt(playerid, "cor"));
       SendClientMessage(playerid, -1, "Vocк Ligou o Raio Laser de Suas Armas");
       return 1;
}


if (!strcmp("/laseroff", cmdtext, true))
{
       SetPVarInt(playerid, "laser", 0);
       RemovePlayerAttachedObject(playerid, 0);
       SendClientMessage(playerid, -1, "Vocк Desligou o Laser de Suas Armas");
       return 1;
}
Reply


Messages In This Thread
[Erro] Pawno FS - by Marcelo9911 - 11.03.2014, 20:43
Re: [Erro] Pawno FS - by JonathanFeitosa - 11.03.2014, 20:45
Re: [Erro] Pawno FS - by Marcelo9911 - 11.03.2014, 21:02

Forum Jump:


Users browsing this thread: 1 Guest(s)