Search Results
Quote: Код: SendClientMessage(playerid,0xFF0000FF,"You have been kicked because you don't accept our rules !"); Kick(playerid); This won't work either. You need a delay in between the me...
1,040
When I use this, all the cabs either come upside down or with their hood inside the ground, and they go through the entire ride like this. Any ideas? I'm running on windows BTW, had to update to lates...
11,600
Why don't you use streamer? There are so many downsides to not using it.
405
I compiled this plugin for Linux, link here: https://mega.nz/#!7ZwWwTbA!6tJjth4ft...lEutd0Pp1TF4rU
5,512
Quote: Originally Posted by zT KiNgKoNg This is happening clearly because he hasn't optimized the position to work with most Resolutions, as an example: http://prntscr.com/6m8n67 - So hone...
386
Wow, that was fast! It compiled, so thats good. I'm about to test this in game. Edit: Ok, took a look in game. This will definitely be replacing my old system of entering color ids manually. However,...
386
When I put this in my GM I get the following error: Код: C:\Users\Abe\Documents\SAMP Stuff\GMs\nerdfm_nosave.pwn(448) : error 017: undefined symbol "S"
386
Does anyone have an answer? I have yet to fix this issue.
206
Yeah, I still have this issue. See, it seems to be SAVING data just fine. However LOADING data seems to be where my issue lies.
206
Alright, I fixed it like you said, and it didn't work.
206
So I should move it from OnPlayerConnect to OnDialogResponse is what you're saying? Edit: Didn't work, but I see what you mean by I had it in both. I removed it from OnPlayerConnect and left it in On...
206
Hey guys, basically for some reason my GM refuses to call my loadaccount function. I have double checked and it is saving properly. If you'll notice I made it so it prints to the console whenever it l...
206
Bump, still having this issue.
168
Ok, any ideas for the double saving? Edit: Nvm that fixed it. However, now the server seems to fail to load data. I have looked at the player data ini file and it seems to be saving properly, however...
168
Well, for starters until you work out the errors disregard the warnings. You script will generally still compile and run with warnings. Errors however are a different story. See, pawno is weird in the...
112
You need to put main() in between your includes and defines.
110
You need to explain in more detail what you are looking for. From what I can understand: You want it so that whenever someone selects something in a dialog, it opens a different dialog?
138
Ok, I have attempted to save my POS's as Floats but it moved the decimal to the end of the coord and just put a bunch of 0s after the decimal. Edit: May have messed it up gonna try something else. E...
168