Search Results
Quote: Originally Posted by Vince Buffer overflow. All strings must be zero-terminated. A string of n characters requires a space of n + 1 characters to store the string itself and the nul...
71
So, I have this piece of code that's acting weird. The code generates a random 10-character string to be used as a security code, however, a few lines later, a query gets added at the end of it (no id...
71
Quote: Originally Posted by Alex Magaсa Did you try running as admin PAWNO? Have you tried downloading other pawno files? (maybe something corrupted) I always run it as admin, and it'...
169
Quote: Originally Posted by Phaze Whatever you are trying to show doesn't work. Hmm, I'm gonna try to upload the images somewhere else... I can see them tho.
169
Pawno really really likes to troll me While working on some commands this shit popped up and i could do anything because of it, i had to kill the process and lose all my work :< P.S.: It stop...
169
It's not hard... Also, i forgot to add the key piece, in onplayertext, sorry for that :P Here's the things you need to add (forget about the previous ones ofc) pawn Код: CMD:mute(playerid,params[]...
88
pawn Код: CMD:mute(playerid,params[]){    if(pInfo[playerid][Admin]>=3)    {        new plid,minutes,reason[64];        if(sscanf(params,"uis[64]",plid,minutes,reason)) return SCM(p...
88
Quote: Originally Posted by lwilson Код: echo Executing Server Config... lanmode 0 rcon_password **** maxplayers 50 port 7777 hostname Los Santos Life Roleplay | lsl-rp.boards.net game...
72
This is usually because of a missing plugin, check if your includes require a plugin, and make sure you've put the plugin in the plugins folder and in the plugins line in server.cfg
72
Quote: Originally Posted by Youssef221 Shouldn't this code: pawn Код: CarID[MAX_VEHICLES_PER_PLAYER], doesn't have ","? It's located In: pawn Код: enum playerData{    ID,   ...
115
Quote: Originally Posted by Yashas Код: pInfo[plid][CarID][vslot]=carid; Quote: Originally Posted by Konstantinos pawn Код: pInfo[plid][CarID][vslot]=carid; Wow...
115
Sooo, after searching in every single thread that talked about this, I wasn't able to fix my problem. I'm trying to convert my single-car personal vehicle system to a multi-car one however it just doe...
115
Quote: Originally Posted by Yashas Код: hInfo[hid][PickupID]=CreatePickup(1272,1,hInfo[hid][ExitX],hInfo[hid][ExitY],hInfo[hid][ExitZ],-1); 1272 != 1273 Thank you for the reply and ...
75
So, I've been scratching my head for the past days on this problem: The houses I create on the server appear only after a server restart. The loading code in the command is almost the same as the one ...
75
Hello there, I was working on a RP script and wondering if it's possible to make actual cameras that can record photos/videos on the server as it would make a pretty interesting way for gang owners to...
63
Quote: Originally Posted by dazman14 I've attached a copy of R5 plugin and include. I use a non-threaded script so this should do the job just fine. THANK YOU! I looked in all threads a...
140
Quote: Originally Posted by biker122 You are using an older version of MySQL (R5 / R6 (non-threaded)) You have to get the most appropriate include & plugin and then try to compile it. ...
140
Hello I trying to update my server from Dini to MySQL (so you can register from the website as well) but when I try to compile the script it gives an absolute ton of errors. I have absolutely no idea...
140
Quote: Originally Posted by Vlad64 Thank you very much for those tips The second loop (the one with b) is for sending the message to all admins. I'll try to remove it, but i don't think i...
77
Thank you very much for those tips The second loop (the one with b) is for sending the message to all admins. I'll try to remove it, but i don't think it's gonna make any difference. Thanks once agai...
77