Search Results
1: In your script press CTRL+A to select all and then press SHIFT+TAB multiple times. This will fix loose identation 2: Code: CMD:reports(playerid) { if (adlvl[playerid] < 1) return 0; static in...
82
1. One problem is in your code ""Expecting 12 parameter(s), but found 11"" as it says... 2: recomplie the script with the newest plugin and include and try again
169
Code: stock park(playerid) { if(VehicleInfo[GetPlayerVehicleID(playerid)][Temp] == 1) { return SendClientMessage(playerid, COLOR_ORANGE, "This vehicle is only temporary and some com...
280
Quote: Originally Posted by s3ek sorry i not use mysql.. It isnt mysql it is a basic pawno function... Just put it under some timer or some thing you use in your gamemode so it will ch...
280
try the new code I fixed it ... Код: public OnPlayerConnect(playerid) { new connected[256],plname[MAX_PLAYER_NAME],plip[126],Country[126],City[126]; GetPlayerCountry(playerid, Count...
211
PHP код: public OnPlayerConnect(playerid)  {      new connected[256],plname[MAX_PLAYER_NAME],plip[126],Country[126],City[126];      GetPlayerCountry(playerid, Country, sizeof(Cou...
211
Here https://github.com/Zeex/amx_assembly/archive/master.zip extract it inside pawno/include/amx
94
yes multiple player choses what race he wanna join
122
I am using this for updating the textdraw so I need the id (or maybe I could LOOP for who is in the "raceid") Код: function RaceTime(raceid,playerid) { RaceInfo[raceid][racetime] ++; new time = G...
122
@Loinal This function only gets called when player joins the race. He cannot leave without a special command.... @JasonRiggs Foreach is a special include you should check it out it's quite useful
122
Hello guys I have a problem When I am alone on the server the race works perfectry fine But when there are 2 or more players the race wont start. It just doesnt show the second checkpoint( it does the...
122
whhhat describe it soo I could understand
198
Or if you thing when stunting use this Код: EnableStuntBonusForAll(0);
198
show us you code under OnPlayerEnterVehicle OnPlayerUpdate
198
Read whole post I told you I update everything, I have all the includes. Includes cannot be problem.
122
Hello I have some problems with pawno I got a new PC and instaled samp and stuff. Now I tried scripting and pawno is giving me errors witch aren't existing. They aren't errors. I updated all my plug...
122
My cleint crashed at the end of loading bar Crash report: Код: SA-MP 0.3.7 Exception At Address: 0x0040FB80 Base: 0x04430000 Registers: EAX: 0x0CF08AA8 EBX: 0x0CF00E18 ECX: 0x00000000 EDX: 0x0...
79
nope no mods new fresh PC I have never occured that kind of error
146
Hello I have a problem I start the game and it shows me the rockstars logo..... and when it should show me the menu(SAVE GAME-LOAD GAME-SETTINGS-EXIT.....) it crashed LOG: Код: Problem signature:...
146