Search Results
Quote: Originally Posted by clarencecuzz ShowPlayerDialog(playerid, dialogid, style, "Dialog Title", "Category 1\nCategory 2\nCategory 3","Okay","Exit"); Use '\n' to separate categories, ...
180
Quote: Originally Posted by fadhilkab https://sampforum.blast.hk/showthread.php?tid=251474 there is not shown how to make categories
180
Hi everyone, im sitting here with one problem, when i make dialog(gun menu etc) then how do i make categories? like for guns i want to make shotguns, SMG's etc, how do i make it?
180
how to i make categories into DIALOG_STYLE_LIST? i want to make gun shop but i dont want it to be like mess and want to add into categories
3,574
Quote: Originally Posted by Romel OnRconCommand is called when you type the command in the server console. Epic fail. it doesnt matter where i write it, when i even try to make any comm...
192
Ok, when i make this: pawn Код: public OnRconCommand(cmd[]){    SendClientMessage(playerid, "Use /Rconhelp for commands"    return 1;} then i get this error: Код: C:\Users\Windows7\Desk...
192
Quote: Originally Posted by JhnzRep https://sampforum.blast.hk/showthread.php?tid=349466 <---- Totally dynamic business system Tutorial.You can choose the location, price, type(24/7, ba...
122
Quote: Originally Posted by irinel1996 Here you have a basic code: pawn Код: new shop_pickup;public OnGameModeInit(){    shop_pickup = CreatePickup(..........................);    ...
122
Quote: Originally Posted by Ataraxia You don't need to re-open a topic for your problem, be patient. Sorry
122
Can someone explain how to make shop with pickup and dialog text? I realy need it.
122
Can anyone explain me how to make shop with pickup icon and dialog? I realy need it for my server .
53
Quote: Originally Posted by JhnzRep You should have posted your code...See because you were obviously missing ";" after return.. But you got it fixed now..Good job Thanks . BTW i didn...
135
Quote: Originally Posted by JhnzRep Did you add the coordinates? Or did you just leave "COORDSHERE". Of course i added coords, and i already found solution: pawn Код: CMD:ls(player...
135
Quote: Originally Posted by Windows32 pawn Код: CMD:tele(playerid, params[]){      SetPlayerPos(playerid, COORDSHERE);      return 1;} i tried this way already and got this k...
135
Does anyone know how to make teleport command in zcmd? I realy need it.
135
Quote: Originally Posted by JhnzRep I can do whisper, for do you will need ProxDetector, you can look up a tutorial on that. pawn Код: cmd:w(playerid, params[]){    new name[24],nam...
108
Hi people, i want to know how to make /do and /w(whisper) commands in ZCMD. Any ideas?
108
Like the title says, i want server to save player position when he leaves the server, like when i leave the server and come back then i spawn there, where i left the server. Any ideas?
79
Quote: Originally Posted by the_zohan ok if i helped u click on +rep button make a new pawn file and paste this in it pawn Код: #include <a_samp>#if defined FILTERSCRIPT#define W...
177
Quote: Originally Posted by MadeMan Show the whole OnPlayerSelectedMenuRow callback. Код: public OnPlayerSelectedMenuRow(playerid, row) { if(CurrentMenu == shopmenu) { switch(row) ...
177