[Duda/Ayuda] GetPlayerFacingAngle & Variable ...
#2

pawn Код:
new Float:angle;
GetPlayerFacingAngle(playerid, angle);
if(angle != 90) return 1;

new count = 0;
for(new i = 0; i < GetMaxPlayers(); i++)
{
    if(IsPlayerConnected(i) && variable[i] != 0) count++;
}
if(count == 4) return 1;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)