Search Results
In this video a guy shows his cheat sending fake speed info (he is going like 500 KM/h while server receives 150). Does anybody know how to detect this with PAWNO (I wanna make it, not just install ot...
228
Can someone please build these for me and upload them, I tried many times I always get 2 errors: CMake Error at lib/cmake-modules/AddSAMPPlugin.cmake:2 (add_library): 1> No SOURCES given to targ...
3,023
Very nice job, this could be useful
9,125
Since you need to show the inputted text inside a MSG box dialog you need to do it like this: Code: new input[MAX_PLAYERS][40]; if(listitem == 0) // House { if((PlayerInfo...
299
Quote: Originally Posted by ghostbalkan I fixed it on this way Code: CMD:vipboja(playerid, const params[]) { if(vip_Info[playerid][VIPBodovi] <= 0) return SendClientMessage(pl...
283
Quote: Originally Posted by Salvador75 CAN ANYONE GAVE ME /saveplace and /gotoplace with saving data Example: After enter /saveplace [SAVED]: You are now fully saved your set position, Yo...
118
Code: new TDsSrvsize = sizeof(TDsSrv); new SPEEDsize = sizeof(SPEED); for(new i = 0; i < TDsSrvsize; i++) { TextDrawHideForPlayer(playerid, TDsSrv[i]); } PlayerTextDraw...
117
Quote: Originally Posted by ThePonyC Greetings how to make sms system or some sms system to download? The player sends an sms and sets a premium account in the game, for example Just us...
141
Hello, hey, wssup, I made cmd /td, to hide all In Game TDs, and it hides all TDs except one. That one is player's name TD, it is Player TD. Witch cmd /td you hide a lot of global TextDraws and a few P...
117
Quote: Originally Posted by ****** PHP код: YCMD:sudo(playerid, params[], help) {     new targetid;     if (help) // ...     else if (sscanf(params, "us[256]",Â...
78
Hey, Iam trying to make a command to force another player to use any command. Like /sudo, I was searching for it on forum but nothing useful. Iam using YCMD...
78
Don't say that's useless, I use more than 270 player textdraws, and before I discovered this, I decided to deatroy textdraws which are not showed.
2,155
Just to ask few questions: 1. When player dies, on most od servers, he falls of floor like animation for falling, and that should be default thing. But on my server when player dies he can walk for li...
224
Код: new RandomLetters[5][2]= { "a","b","c","d","e"//.......... } new code[20]; code[0] = random(RandomLetters[5]); code[1] = random(9); This will make first character of the code to random...
283
And, how can we help if we don't get any code, just problems.
139
If you know exact amount of characters in that (string) you can extract one by one character starting from last one, using strcat
271
Quote: Originally Posted by Y_Less How many text draws did you add? More to the point, how many do you have in total? There's a global limit, so there's a good chance you've gone over that...
344
Quote: Originally Posted by TheToretto Explain me this: pawn Code: ShowModelSelectionMenu( playerid, skinlist, "Choose skin"); You can clearly see "Choose skin" but in the screen it's ...
344