Search Results
Up... Is there anyone who can really help?
88
Hello.. I was making unfreeze timer when people enter building and after timer ends.. server unfreeze him. pawn Код: forward UnfreezeTimer( playerid );public UnfreezeTimer( playerid ){    Toggl...
88
Kinda stupid question, but how to make this working? done ------
69
I found this interior.. 14408, and it's clear..
295
Is there objects which I can put together to get this interior clear?
295
pawn Код: public OnPlayerText;{      new sendername[MAX_PLAYER_NAME];      new idx;      tmp = strtok(text, idx);      if (strcmp("lol", tmp, true) == 0)      {            for...
273
Hello everyone.. Does anyone know how to get this interior clear? Without any objects like those boxes, etc.
295
pawn Код: new PlayerVehicle = GetVehicleFileID( GetPlayerVehicleID( playerid ) );    if ((Vehicles[PlayerVehicle][CarTeam] != 0) && (Vehicles[PlayerVehicle][CarTeam] != Player[playerid][...
77
https://sampwiki.blast.hk/wiki/TireStates - this makes me no sence.. Can you give me some example, because I see just binary codes.
70
Here's a script: pawn Код: public OnPlayerEnterVehicle( playerid, vehicleid, ispassenger ){    new PlayerVehicle = GetVehicleFileID( GetPlayerVehicleID( playerid ) );    if (Vehicles[PlayerVe...
77
Is it possible to Pop One Car Tire and getstate to see which tire is popped?
70
* Remove House & Business system. * Create dynamic House & Business system. * Create New unique Jobs.
157
pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){      new vehmodel = GetVehicleModel(GetPlayerVehicleID(playerid));      if(newstate == PLAYER_STATE_DRIVER && (veh...
140
Which animation is it?:
76
Quote: Originally Posted by iggy1 Not like you have done it but u can like this using || not comma's. pawn Код: if(PlayerToPoint(2.5,playerid,1277.9015,-1604.4323,-8.9047)||PlayerToPoi...
120
Is it possible to make something like this in one list? pawn Код: if(PlayerToPoint(2.5,playerid,1277.9015,-1604.4323,-8.9047),PlayerToPoint(2.5,playerid,1282.3475,-1603.8329,-8.9047),PlayerToPoin...
120
If you want this working: pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if(newkeys == KEY_JUMP)    {        if(WithShield[playerid] == 1)        {       ...
113