Search Results
I think you have to make it separately
127
you can find it in *******. Well I can guide you if you have Skype of Team Viewer
96
try this pawn Код: format(mess,sizeof(mess),"%s has joined the CRIME LIFE ROLEPLAY.  [ Country: %s | IP Address: %s | Ping: %i ]",GetPName(playerid),Country,IP,GetPlayerPing(playerid));
118
nope it's not possible. Try MEd (MapEditor). And I don't understand one thing. This is SA-MP forum not MTA or gta forum
111
use this code Under OnPlayerDisconnect pawn Код: new file[128], pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, sizeof(pname));format(file, sizeof(file), "\\skin\\%s.ini", pname);//skin w...
69
just copy the previous and edit it with new locations
82
nicceee. But the url does not work
687
yes it can be done with PlayerToPoint
155
fixed here is the code pawn Код: #define FILTERSCRIPT#include <a_samp>new FighterSentinelMinigun1;new FighterSentinelRocketLeft1;new FighterSentinelRocketRight1;new FighterSentinelPetrol1;n...
106
because it is overwriting in the same file over and over again
99
which number? If you are telling about object number then: Код: 2634 ab_vaultDoor [2634] Then if you are telling about CreateObject function then: Код: CreateObject(modelid, Float:X, Float:...
54
try this Under OnPlayerCommandText pawn Код: dcmd(setarmour, 10, cmdtext);dcmd(darcolete, 8, cmdtext); At last write this: pawn Код: dcmd_setarmour(playerid, params[]){    // Your comma...
103
which line did the error occured?
106
well here is the fix code pawn Код: public ArmourUpdate(){    new Float:armour;//this is our armour value    for(new i=0; i<=GetMaxPlayers(); i++)//i'm put this code, cause i had bug befo...
335
i think this one is suitable for you
105