Search Results
Do you have a gamemode with a login/register system? If so, you gotta make a "if" event to let him go through it
107
Quote: Originally Posted by Adil http://forum.sa-mp.com/showpost.php?...92&postcount=1 That filterscript does not have the feature I need...
112
Hi, I am trying to find a way to save the position of someone when he disconnects, to then, load it when he reconnects. If you're not willing to give me a complete code for this, it would be apprecia...
112
What I mean is, how can I modify a vehicle's .txd and .dff in SAMP.img if they aren't in it? I'd tell my members to download our new SAMP.img
117
Mhm... How does that "SAMP.img" thing work?
117
Hi, I know this is available on MTA, but is it available on SAMP? Like, players on your server will all see the same modifications for vehicles/skins that you've put. Thanks!
117
Basically it shows up the spawn menu when you die? If that's it, then just copy the same things in "OnPlayerDeath" and "OnPlayerSpawn"
102
Have you put them under "OnGameModeInit"?
120
Quote: Originally Posted by Cale try putting GetPlayerName(playerid,name,24); underneath name[MAX_PLAYER_NAME]; EDIT: I Just had a good look through, and you're not assigning the gangname...
175
Quote: Originally Posted by xir hmmm try this pawn Код: CMD:creategang(playerid, params[]){    if(sscanf(params, "s[128]", params)) return SendClientMessage(playerid, 0xFFFFFAA00, "...
175
pawn Код: new getveh[ MAX_PLAYERS ];CMD:getveh( playerid, params[ ] ){    new v1;    if ( sscanf( params, "i", v1 ) )    {        return SendClientMessage(playerid, -1, "Syntax: /getveh ...
135
Quote: Originally Posted by maramizo Ehm, try this? pawn Код: #include <a_samp>#include <ZCMD>#include <Dini>#include <sscanf2>CMD:creategang(playerid, params[...
175
I never got, why "string" and why "128" ? And it does not work ingame :/
175
Hi, when I have this code and try to compile: pawn Код: #include <a_samp>#include <ZCMD>#include <Dini>CMD:creategang( playerid, params [ ] ){    if (isnull(params)) { return ...
175
Quote: Originally Posted by airsoft Change the dialog ids on the dialogs Wait, how? and like, what is a "dialog id" ?
120
Hi, I have a problem that I tried to solve but I couldn't find how and why it was happening. Let me state the items related to the problem. -GarHouse FS => Dynamic house system with dialogs -reg-...
120
Quote: Originally Posted by xDeadlyBoy why don't you check it out? i think it's possible. I tried, maybe I did an error, so I was just making sure. Quote: Originally Posted b...
91
https://sampforum.blast.hk/showthread.php?tid=95034
44