Search Results
anyone know why this doesn't work please help
422
PHP код:
forward LoadAllFactions();
public LoadAllFactions()
{
        for(new i=0;i<MAX_FACTION;i++)
        {
                new path[40];
      ...
422
PHP код:
CMD:gates(playerid,params[])
{
        if(IsPlayerInRangeOfPoint(playerid, 15.0, -1209.48816, -1071.85449, 123.64065) && PlayerInfo[playerid][Faction] == 1 ||Â...
313
I have this command
PHP код:
CMD:gates(playerid,params[])
{
        if(IsPlayerInRangeOfPoint(playerid, 15.0, -1209.48816, -1071.85449, 123.64065) && PlayerInfo[playerid][...
313
no this one isn't auto flashing Id 19419 is flashing object 19420 isn't
334
but i want the light bar to turn off not completely get destroyed.
334
I make a light bar but when i type /siren2 again to shut it off, it doesn't work here is the command
PHP код:
CMD:siren2(playerid,params[])
{
    new mysirenobject[MAX_PLAYERS],bool:siren2...
334
http://pastebin.com/dTXBWvWH
It works if I set it but after server restart it no longer works
422
So i made a faction system but it is currently very bulky and i was wondering if there was a way to do rank Id's.
I have this in the enum
PHP код:
    rank1[100],
    rank2[100],
  Â...
128
new FactionCars[MAX_FACTION][MAX_FACTION_CARS];
377
the command works just doesnt send the message
377