Search Results
OMG I PRESSED IT - Maybe in your dreams.
131
Bonnet, also known as Hood is the front part of a car, where the engine is... Boot, also known as Trunk is the back part, where you can store things in... As for for the alarm, lights and engine you g...
194
Are you serious? Creating a filterscript just for NGRP gamemode?
254
Within the the OnGameModeInit callback usually.
153
Quote: Originally Posted by TFreemen Code: enum pInfo { pAdmin, pAdminDuty, }; CMD:aduty(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 2) return SendClient...
142
The plugin of "libmysqlclient" failed to load. Ensure that you have the latest version of it.
234
Hit CTRL+F and search for "Choose a weapon type" and you will find a ShowPlayerDialog which is this text is apart of, get the dialog ID (ShowPlayerDialog(playerid, DIALOGID,..) and search for "dialogi...
108
Replace pawn Код: if(strlen(inputtext[PInfo[playerid][Password]])) { with pawn Код: if(!strcmp(inputtext, PInfo[playerid][Password], true)) {
120
All you want is to make the player lose 10 points of his health? pawn Код: if(UserStats[playerid][Hunger] == 0) {            for(new i = 1; i <= 1; i++) {                new Floa...
134
Adding a third slot for own-able vehicles won't just be done by editing/creating a line, it must be adjusted in many places like while buying it, while selling it, while adding modifications to it and...
87
The only ways to adjust/set a position of an existent object is when creating it, using SetObjectPos function or MoveObject function, however, the coordinates is to be changed/set within one of those ...
95
Just as a reminder, we do have a search feature in this forums, it's in the same line of "USER CP... Community..". Type whatever you need there and if it exists, you will find an answer, if not, then ...
94
Simple but well explained.
370
Instead of keeping stating "bugged" you should state the issue you are facing..
114
Your message isn't too obvious, but if you want it to just change once you die, simply place it within OnPlayerDeath callback.
55
Hit CTRL+F in PAWNO while have the script loaded in it and search for that message, then show the codes around it in order to solve this.
175