Search Results
The whole is in one object : https://dev.prineside.com/en/gtasa_s...7-mp_sfpd_big/
83
This ? https://sampforum.blast.hk/showthread.php?tid=537468
145
Quote: Originally Posted by DBZdabIt3Bro7 What are those special cases? Tags
110
You don't use the good callback, look this code : Code: public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid) { if(_:playertextid != INVALID_TEXT_DRAW) { if(playertextid == GUI_Hu...
266
Ok you have to use the OnPlayerClickPlayerTextDraw callback
266
Can you show us the declaration of GUI_HuongDan ?
266
You don't check the position of the cop.
127
Quote: Originally Posted by Zeus666 ongamemodeinit { startvehicle(); I was talking about ManualVehicleEngineAndLights()
156
Quote: Originally Posted by Zeus666 I have put this Where ?
156
https://sampwiki.blast.hk/wiki/ManualVehicleEngineAndLights
156
It's maybe an another version of this include https://sampforum.blast.hk/showthread.php?tid=601855 ? Edit : Hunud found it.
88
I don't understand what you want to do, please argumente with details.
87
You can use y_va from YSI : PHP код: #define Scm_Params (3) // native Scm(playerid, color, const fmat[], ...); stock Scm(playerid, color, const fmat[], va_args<>) {    Â...
142
I'm not going to download this gamemode, show me the lines related to this.
122
Something's missing, isn't it? Код: HouseInfo[houseid][hEntrancex]
118
By using y_stringhash, you can do it. PHP код: switch(YHash(option)) {     case _H<money>:     {     }     case _H<level>:     {     } } 
186
PHP код: public OnPlayerText(playerid, text[]) {         new         name[MAX_PLAYER_NAME],         str[145];     GetPlayerName(playerid, name, MAX_PLAYER_NAME...
216
Show your code and we'll help you
122