Search Results
pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/test", cmdtext, true, 5) == 0)    {        Kick(playerid);        return 1;    }    return SendClientMess...
106
Quote: Originally Posted by funky1234 I have to say, i'm guilty of taking a memory stick with me if I go on holiday, however portability when jst at the local supermarket with your mother ...
296
I was in favour of this idea quite a while ago when a basic application for writing pawn code on a mobile device was released (as you have mentioned in your post). After a lot of thinking I realised, ...
296
Well you shouldn't remove the "return 0;" AFAIK, as it needs to be there to prevent some kind of cross-script conflict. But if you must, replace "return 0;" with the client message instead.
106
When "OnPlayerCommandText" ends in your script it will have something like this: pawn Код: return 1;}return 0;} Above the "return 0;" and before the closing bracket, put a "SendClientMessage".
106
Their encryption key got decrypted AFAIK, it was settled outside of court.
163
https://sampwiki.blast.hk/wiki/PickupTypes
88
If you are meaning changing the skins of the pedestrians you can't. This tutorial is more of an exploit that can be recreated in SA-MP, nothing more, nothing less.
394
Another thing to note is that if you go out of range of the pedestrians, they disappear.
394
Ah so my code was right before I edited it, then when I edited it again I forgot the + 1. I just didn't understand what you were trying to do, my apologies!
183
Quote: Originally Posted by Donya fixed pawn Код: format(query, sizeof(query), "INSERT INTO `Houses` (`id`, `Price`, `x`, `y`, `z`) VALUES (%d, %d, %f, %f, %f)",row, price, x, y, z);m...
183
EDIT: Actually, scrap that. What is it that you are actually trying to do? Can you explain a little more?
183
He PM'd me the errors. @Bilawal2050: Instead of putting "TURISMO1" and "TURISMO2" put this instead: pawn Код: TURISMO[1]TURISMO[2]
285
Quote: Originally Posted by Zh3r0 Don't worry, his signature can prove something to you... Just realised.. poor guy.
285
You can't modify the pedestrians sadly, you can only use the casino bots.. you could try it with the ammunition guy, I haven't really played about with this.
394
Yeah, I would use it myself but it's a shame that it isn't synced.
394
It creates pedestrians that walk around the streets and react to you if you shoot your gun, exactly like single player pedestrians. I'll try and get a video for you.
394
EDIT: Was too slow in replying, do as above.
145