Search Results
This caused probably by a missing bracket somewhere at your script, use Missing Brackets Finder to find it and fix it. https://sampforum.blast.hk/showthread.php?tid=171429
49
Maybe there is any code at your gamemode like this pawn Код: public OnRconLoginAttempt(ip[], password[], success) ? Show us, provide us more information about your problem.
100
Try killing the timer OnGameModeExit so will be killed when you gmx.
139
Your friend gets any message or he just connecting and then instant disconnect? Whats the process of his disconnect?
213
Show us public OnPlayerConnect
213
You are using an anti-cheat or something? Maybe it reconnects him due to high ping or...?
213
Are you sure its the servers fault? He can join other servers? He retried to connect and still crashes? Everytime crashed? It happens only for him or and for others too? Please be more describable so...
213
Where do you put this code at? Show us the full code.
172
When the race starts add a variable that says the player is inside race like PlayerInsideRace[playerid] = 1; and then add checks at the OnPlayerKeyStateChange like if(PlayerInsideRace[playerid] == 0)
64
Try pawn Код: SetObjectMaterial(SirenObject[VID], 0, 18646, "matcolours", "matcolours01", 3);
89
pawn Код: CMD:placebody(playerid, params[])//This works perfectly { CreateObject(3092, 0, 0, 0, 0, 0, 0); new Float:x,Float:y,Float:z; GetPlayerPos(playerid, x, y, z); CreateObject(3092, x, y, z, ...
95
Show us SirenObject code, it should be like SirenObject = CreateObject(...
89
pawn Код: CMD:placebody(playerid, params[])//This works perfectly { CreateObject(3092, 0, 0, 0, 0, 0, 0); new Float:x,Float:y,Float:z; GetPlayerPos(playerid, x, y, z); CreateObject(3092, x, y, z, ...
95
It is because you can't show up more than one dialog at once, and you are trying to show up two dialogs at the same time by having team selection to appear in any way. Remove it from onplayerconnect a...
137
Post the errors so i can continue providing help EDIT: Try this pawn Код: for(new idx=1; idx<MAX_GARAGES; idx++) // Dynamic Garages    {        if(IsPlayerInRangeOfPoint(playerid, 2, Gar...
119
Hmm maybe pawn Код: for(new idx=1; idx<MAX_GARAGES; idx++) // Dynamic Garages    {        if(IsPlayerInRangeOfPoint(playerid, 2, GarageInfo[idx][gX], GarageInfo[idx][gY], GarageInfo[idx][...
119
Quote: Originally Posted by (_AcE_) You're just commenting on this for the post count, you provided no help to this question at all. Please don't reply if you can't help me. I obviously h...
172
Quote: Originally Posted by [MM]18240[FMB] Tested, it won't play anything, it has || . Before anything, like "/playall http://mp3.wapos.ru/base/5/b/5/4036/wapos114026.mp3" won't play the s...
113
The error is not there because this pawn Код: #include <a_samp>main(){}#define MAX_GARAGES 10//max garages test numberenum garageInfo{    gLevel,    gPrice,    gStatus,    gOwner[32]...
134
Here you go pawn Код: //EDIT: REMOVED AS REQUESTED BY TOPIC STARTER And its not because you are "new", its because there are lot of help requesting topics and not much people online at this board ...
89