Ayuda Con un comando
#4

Quote:

if(!strcmp(cmdtext, "/armarme", true))
{
if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 1)
{
if(!playertopoint(2.0, playerid, 2230.3579,-2286.2107,14.3751))
{
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, 24, 160);
SetPlayerArmour(playerid, 45.0);
}
}
else
{
SendClientMessage(playerid, 0xFF0000FF, "Tu no puedes usar eso.");
}
return 1;
}

Ordena tus cуdigos y te saldrбn mejor.
Reply


Messages In This Thread
Ayuda Con un comando - by Danis90 - 26.05.2010, 18:48
Re: Ayuda Con un comando - by Cesar_Biker - 26.05.2010, 18:52
Re: Ayuda Con un comando - by Danis90 - 26.05.2010, 18:59
Re: Ayuda Con un comando - by Cesar_Biker - 26.05.2010, 19:07
Re: Ayuda Con un comando - by Danis90 - 26.05.2010, 19:29
Re: Ayuda Con un comando - by Danis90 - 26.05.2010, 19:31
Re: Ayuda Con un comando - by xenowort - 26.05.2010, 19:34
Re: Ayuda Con un comando - by Danis90 - 26.05.2010, 19:46
Re: Ayuda Con un comando - by Cesar_Biker - 26.05.2010, 20:05
Re: Ayuda Con un comando - by Danis90 - 26.05.2010, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)