Search Results
@MdeRooy: thanks. @RoleplayEditor: zcmd,also i used sscanf(plugin). @sam1929: I put it in a server,the download is HERE - it is for windows(plugins) and you need to install/open wamp/xamp and create a...
263
fRP Roleplay GamemodeBy Gavibro(aka FarSe-for friends..) Introductions This gamemode was destined for my server, but the project had closed because there appeared some problems(in my life) and my fr...
263
Quote: Originally Posted by Zh3r0 I love Japan, and this made me sad, poor people, why nature must attack!? The nature just defends itself, we attack it.I don't get why the people get s...
207
http://forum.sa-mp.com/forumdisplay.php?f=40 Post here son of a b.
405
Quote: Originally Posted by [03]Garsino Wouldn't it be better to make it 1 command, like /drift (1-53) ? Also, use something else than strcmp. Nice work though. pawn Код: #include &...
379
Parameters: (playerid, vehicleid, color1, color2) So: public OnVehicleRespray(playerid, vehicleid, color1, color2)
54
If the file is a .map go to www.convertffs.com and convert it intro PAWN code (non/stream). Make a FS where put the objects(converted) at OnFilterScriptInit and compile it(F5) (go to server.cfg and pu...
84
funny code Try: pawn Код: #include <a_samp>forward Speed();public OnFilterScriptInit(){    SetTimer("Speed",1000,1);    return 1;}public Speed(){    for(new playerid; playerid < MA...
197
http://forum.sa-mp.com/showpost.php?...postcount=1484 ....
53
From what I see,BannedBy,Date,Time and Reason are strings,so you need to use dini_Get pawn Код: if(PlayerInfo[playerid][Banned] == 1)    {       PlayerInfo[playerid][BannedBy] = dini_Get(fil...
97
Is the door from 'tattoos' I think. Try with:1495(this is it) but you can use too: 1500
117
try: pawn Код: if(IsPlayerInRangeOfPoint(playerid, 5, -2374.8315,499.9057,29.1996))    {        DisablePlayerCheckpoint(playerid);        PlayerPlaySound(playerid, 1054, 0, 0, 0);    Â...
148
Just: pawn Код: GetPlayerPos(playerid, BombaX[playerid] , BombaY[playerid] , BombaZ[playerid] ); And look if var. BombaX-Z is a float( Float:BombaX[MAX_PLAYERS]);
52
How much are you willing to give?
68
pawn Код: CMD:afk(playerid, params[]){        new string[128];        new name[MAX_PLAYER_NAME];        if(isafk[playerid] == false)        {            if(afktimer[playerid]...
102
MKF(merry,kill or f..k) .... Incognito's Streamer Plugin ftw.
221
Funny ... GameTextForPlayer(playerid,"~w~passed~",3000,5); Info:If you use a single ~ in a GameText ,game got a nice crash.So GameTextForPlayer(playerid,"~w~passed",3000,5);
88
SetTimerEx("Spectateafterdeathend", 6000, 0,"e",playerid); e = ? lol,it's i or d Because e it's ..empty? function it's called just for playerid 0.
68
I hate the Christmas because next day is my b-day.. The script is nice,textdraw too.Gj
1,355