Search Results
What are the coordonates for a textdraw under the money . one just like this Код: Textdraw0 = TextDrawCreate(X,Y,"KnowLedge RPG"); TextDrawAlignment(Textdraw0,1); TextDrawBackgroundColor(Te...
87
How can i set /ban command to work just for players.I mean for admins 1-5000 to have no effect.here is the script Код: if(strcmp(cmd, "/ban", true) == 0) { if(IsPlayerConnected(playerid)) ...
185
Does anyone have an ideea how can i create a car dealing system.Example :Someone goes to a place .Buys a car . And the car to be created automatically(personal car).is this possible?
82
How can i place a icon on every house(on the mini-map)?
97
How can i remove the rcon password?
54
a.then i don't know.sorry
121
Код: if(strcmp(cmd, "/cuff", true) == 0) { if(IsPlayerConnected(playerid)) { if(gTeam[playerid] == 2 || IsACop(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { ...
121
Quote: Originally Posted by Joe Staff Instead of using variables (like it should have), It's using the vehicle ID directly without saving it. So if the vehicle's ID changes because someone...
113
Isn't what i mean If i add more cars UNDER Gamemodeinit i get bugs like "you are not (faction name)" Can you explain me what are those numbers 69,70,71,99,100,101? Код: if(newcar == 69 || newcar =...
113
how can i add more cars in factions For example The Faction Russian Bratva: Код: if(newcar == 69 || newcar == 70 || newcar == 71 || newcar == 99 || newcar == 100 || newcar == 101) { if(Pl...
113
I put it and the yellow markers still appear Код: public Disable() { DisableInteriorEnterExits(); return 1; } Is something wrong?
82
What door is best for blocking the entrance to a room? https://sampwiki.blast.hk/wiki/Object_In...rs_and_Windows
95
The Problem:If i want to see someone's name i need to get very very close to him. The Request:I want to see someone's name from a bigger distance Thank You!
84
I can add Код: DisableInteriorEnterExits(); wherever in gm?
82
How can i remove the game's original pickup. Take a look [img width=1024 height=640]/imageshack/img202/5500/samp033e.png[/img]
82
Same Result Take a look Код: if(!strcmp(cmdtext, "/cabinet", true)) { new weapon,ammo; if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid]...
61