Search Results
How can i make callback which is called when player leaves the water?
109
Use Код: SetPlayerColor(playerid, colorcodehere); For example when admin goes onduty with command /duty Код: CMD:duty(playerid,params[]) { SetPlayerColor(playerid, colorcodehere); /...
171
just open that .pwn with notpead and save as .inc put it in your Pawno -> include folder
209
Nope, I'm just using onplayertext to make my life easier. Код: public OnPlayerText(playerid, text[]) { if(!PlayerLogged(playerid) || !test(playerid)) { SCM(playerid, COLOR_GREY, "You're ...
184
Nope, this is not working, it still shows me that im not logged in
184
Hello everyone! Can someone explain me how can I make that specific ussername can use commands before he's logged in. I have set that you can't type when you aren't logged in at onplayertext I made...
184
Код: new passwords[64]; Код: Dialog:Password(playerid, response, listitem, inputtext[]) { if (response) { if(isnull(inputtext)) { ShowDialog(playerid, Show:<Password>, DIA...
170
Hello, how can i make dialog inputtext as global variable? I tried Код: mything = inputtext; But it's not working.
170
Hello everyone, this is the custom city made in rodeo, also with buyable houses! VIDEO HERE
164
Hello everyone, i'm having a following problem. When i'm ingame creating an apartment it creates it into database with id 1. When i delete this apartment and create once a gain it creates it into da...
84
U made me laugh Still looking for help
127
Код: Dialog:Checkout(playerid, response, listitem, inputtext[]) { new vehicle = GetPlayerVehicleID(playerid); if(response) { GivePlayerMoney(playerid, -Checkout); SCM(playerid, -1,...
127
It is pawn, called easydialogs, makes your life more simple! anything else is the same
127
I'm having the following problem Код: Dialog:Checkout(playerid, response, listitem, inputtext[]) { new vehicle = GetPlayerVehicleID(playerid); if(response) { GivePlayerMoney(playerid, -...
127
I'm always using player textdraw for clickable textdraws. In your case I think you don't need that Text: Код: TextDrawSetSelectable(GLOBAL_TD[14], 1); This is how i'm creating them Код: Nam...
142
Thanks, i made a mistake by pasting my old includes over these new ones!
122
Код: [10:18:00] Error: Function not registered: 'CreatePlayerTextDraw' [10:18:00] Error: Function not registered: 'PlayerTextDrawUseBox' [10:18:00] Error: Function not registered: 'Player...
122