Search Results
Quote: Originally Posted by Glad2BeHere Код: 1968 THAAAAAAAAAAAANKS!
145
I need the ID of the table with the red chairs, just like the ones in the picture (Near the payphones, south of the building) http://imageshack.us/a/img15/8131/samp539p.png
145
Sorry, but this FS is not working to me, would you mind to find the COORD anf PM it to me? I'd rep you!
118
Hey does anybody have the coords for the police riot shield (and the object id)? Thanks in advance.
118
Has JiHost been shut? If not did they change any website?
131
Has JiHost been shut? If not did they change any website?
63
Does anybody have this include? (blue) I'm searching for a good 'cop' color (nametags too).
200
Nope, when I have 1hp I still die
163
Howdy Guys. pawn Код: // Other code here...          SendClientMessage(playerid, COLOR_CRIMSON, "The vehicle engine is totalled.");         }    }    new Float:health;    GetPlaye...
163
pawn Код: CMD:jail(playerid, params[]){   if (Cop[playerid]==0)   {       new targetid, minutes;       if(sscanf(params, "ri", targetid, minutes)) return SendClientMessage(playerid, CO...
136
How could I set the movetime duration to 10 seconds? with 2.0 and 10.0 it stills moves in 2 seconds. Thanks.
81
Line 15: pawn Код: format(str, sizeof(str), "[Sentence] %s has been jailed by %s for %d minutes.", Name(targetid),       Name(playerid), minutes); //get the admin's name, the player's and show ...
103
pawn Код: new str[128]; //create a new string                format(str, sizeof(str), "[Sentence] %s has been jailed by %s for %d minutes.", Name(targetid), Name(playerid), minutes); //get...
103
Hey guys how could I do /jail ID minutes? How could I create a %d or %s for the minutes?
82
Hey guys I have some dynamic vehicles (like CreateVehicle(....) But how could I set these vehicle's color?
99
Is there any fs to attach objects to vehicles? thanks.
64
pawn Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){     if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 574)     {         SendClientMessage(playerid, COLOR_GOL...
83
pawn Код: public OnPlayerUpdate(playerid){    if(IsPlayerInAnyVehicle(playerid))    {        new Float:hp,vehicleid = GetPlayerVehicleID(playerid);        GetVehicleHealth(vehicleid,hp...
80