Search Results
iZN thanks, yet again. I wonder why didnt it show me the topic when I searched I might've overlooked it.
94
Ok, so some days ago I made a topic about it at Discussion, got an infraction for posting in wrong section... So, I need help in making the "ripazha" cheat of the san andreas single player... I've tri...
94
umm...can you post some screens or maybe a video so that I can get an idea about what this is ?
562
You need to download and use the iTD plugin in order to use the mouse....
17,709
Nothing to say IronMan, ohh...sorry wait :Hanuman:
514
Can I use a loop in a DIALOG_STYLE_LIST ? What I want is to show the number of flags captured by a specific team... I mean so I want it like, 1. FlagName 2. FlagName and so on....like the names(lis...
84
That's definitely an edit of XtremeR's Box include...you just added that "SERVER NEWS" thingy above...other than that its the same code.... plus, y are you multi-accounting at SA-MP forums ? Just bec...
514
Thanks Konstantinos I am dumb -_- I thought -1 was playerid in other words D: EDIT:Can't REP you, just recently did somewhere else...
118
I am creating a CP when a player enters a specific vehicle and its steaming area is set to 9999.9 but the problem is that the CP is getting streamed for all players, I mean everyone on the server can ...
118
SouthClaw, thanks that helped. Can't rep you, have recently done that somewhere else.
93,385
Quote: Originally Posted by [HLF]Southclaw It's used for any entity, check the first post for more info. Each entity (object/label/checkpoint/etc) has a data field corresponding to the en...
93,385
Quote: Originally Posted by M3HR4N use the format : https://sampwiki.blast.hk/wiki/MySQL#mysql_query Do you have any idea what you are talking and what he was asking about ? Dont just p...
104
Quote: Originally Posted by [HLF]Southclaw Streamer_SetArrayData, set checkpoint "E_STREAMER_PLAYER_ID" to the player you want it to be visible to. But isnt the Steamer_SetArrayData fun...
93,385
Is it possible that I create a dynamic checkpoint and then it only shows to a specific player and not all the other players on the server ?
93,385
Search for mysql_connect in your Gamemode pwn file, enter your details in that. Rather define your details beforehand as following pawn Код: #define MYSQL_HOST "put your host ip here"#define MYSQ...
118
here is code: pawn Код: for(new i = 0; i < sizeof(PI); i++){    if(IsPlayerInRangeOfPoint(playerid, 5.0, PI[i][pPozx], PI[i][pPozy], PI[i][pPozz]))    {        SCM(playerid,-1,"Works!"...
271
First: pawn Код: public OnPlayerDisconnect(playerid, reason){    new query[1200], Float:pos[3];    GetPlayerPos(playerid, pos[0], pos[1], pos[2]);     mysql_format(mysql, query, sizeof(query...
151