Search Results
hello i have this problem when i press connect to server it crashes and shows me this Код: SA-MP 0.3.7 Exception At Address: 0x778077A2 Base: 0x033C0000 Registers: EAX: 0x00000024 EBX: 0x00B718...
91
Quote: Originally Posted by Mionee I'm surprised nobody suggested you this yet but did you check your firewall? Also, did you downgrade your GTA SA to version 1.0? If not, run this .exe o...
177
What? I can't understand you what do you mean?
68
I have problem loading streamer.dll server.cfg : Код: plugins streamer.dll sscanf.dll whirlpool.dll already have the latest plugin and i have the Netframework 4.5 Код: [19:44:06] Server Pl...
129
Melee weapons dont have bullets man just use 1
90
1) you got to add to player info enum pIp[16] 2) check this out *link*
55
Its easy Just add this line : Код: if(aDuty[playerid] != 0) return SendClientMessage(palyerid, -1, "Error: You are an admin on duty!"); Код: CMD:arrest(playerid, params[]) { new targ...
64
For example you drive with a car for 2 miles and you get $100
71
How to make a script that gives money every 2 miles ??
71
Quote: Originally Posted by Mauzen 2 important notices: 1. The string just is 4 characters + 1 integer. Why would you make it 128 bytes long? Even if the integer was at INTEGER_MAX, the s...
95
What kind of inventory you want to make ? Like a inventory for skins?
100
Quote: Originally Posted by MrCallum Code: for(NEW x;x<sizeof(LSPDVehicles);x++)[SIZE=6]LINE=221 { new string[128]; format(string, sizeof(string), "XMT %d", LSPDVehicles[x]);...
95
Well, By hat you mean the toy, right? And what do you mean with "gift"?
126
Code: for(new x;x<sizeof(LSPDVehicles);x++) { new string[128]; format(string, sizeof(string), "XMT %d", LSPDVehicles[x]);LINE 223 SetVehicleNumberPlate(LSPDVehicles[x], str...
95
Well then that would be just a basic gamemode! Press the new Button at pawno and you will get a new fresh script to start with it!
93
Code: stock GetName(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); return name; }
92
Shit -_- I have all day scripting and i am kinda blocked Thanks +Rep
57
Hello guys i have a problem with this anim it just plays the anim once! It dsn't loop. how i can do it to loop until the player clears anim Code: ApplyAnimation(playerid, "BOMBER", "BOM_Plant_Loop",...
57
Well you can search here : http://forum.sa-mp.com/forumdisplay.php?f=71 Get the latest version of samp server and the latest Includes and recompile the script it should work !
130