Search Results
I'm a scripter available to do any task for reasonable prices contact here or on discord Riggs â„¢#5210.
199,696
Scripter available to do any task for cheap prices contact here or on discord Riggs â„¢#5210
199,696
Quote: Originally Posted by David2212 Code: new Gg; Gg = CreateDynamicRectangle(-52, 1645, 391, 2104); GangZoneShowForAll(Gg, COLOR_RED); I did like this , but it is not visible ...
457
I don't know whether I understand your problem or not, but I believe if it's that the last house in the database doesn't have an interior it's about the loop you're making to load the data from sql yo...
338
Use debug level 3 to know which line exactly causes the crash, create a file called pawn.cfg and write inside it pawn Code: -d3 and put it inside the pawno folder in your gamemode directory, then re...
211
Quote: Originally Posted by bosmania I only have The pwn file man, i dont have The server folder The pugins, i dont have anything, what do i do, i download a server file, from samp.com and...
123
You missunderstood something, SetPlayerCameraPos and SetPlayerCameraLookAt is nothing related to the camera object overthere, camera is just a created object which can be edited with CreateObject/Dele...
158
So basically you need a delay to make a gap between the changing of the target's variable and the spectator variables it's just a little timer like that PHP код: foreach(new i : Player)  Â...
325
Okay the error is clear, you've defined result as "100" which means it has got cells from "0" to "99" and you tried to read data from cell 100 which it doesn't even exist, you can increase the size of...
153
Enable debug level 3, create a new file called pawn.cfg write in it "-d3" and save, compile, retry and the lines which cause the crash will appear in the logs, send them.
105
Quote: Originally Posted by Stefhan I have that like this. PHP код:             SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(targetid));           Â...
325
Quote: Originally Posted by Stefhan Isn't it already like this? I'm not sure what you mean. Thanks for looking into it No it is not, before each line of "PlayerSpectatePlayer" put a lin...
325
Are you using THIS callback?? You just need to put it and "return 1;" under it.
407
Show me your "Stock" array and "FormatNumber" function.
159
Either ... or Either people with super bad internet connection causing overload on the server and crashing it.. Or a flood attack (I faced one like that myself before) and this can be prevented by u...
129
I believe recalling TogglePlayerSpectating and setting it to 1 before using PlayerSpectatePlayer would fix this.
325
Create a new variable on the top of the gamemode.. PHP код: new pLastMessage[playerid];  Then after Dude sends a message to Bob, set the value of the variable with respect to Bob to Dude...
85