Search Results
Quote: Originally Posted by Potassium You open with "0.3z is a piece of shit" and expect to get help? Ha. Yeah I do expect to get help, I haven't changed settings at all. I shouldn't ha...
497
Same issue as me Windows 7 64 bit
514
No, I just did a fresh install, I'll try it again though :/ EDIT: The problem is still occurring >.> This issue needs to be fixed.
497
0.3z is a piece of shit. Every time I try to connect to the only server(0.3z) I play on, the SAMP client freezes, and gta_sa.exe never opens however it is in the processes list. I need some help. I a...
497
Quote: Originally Posted by PT Thanks! I have another question, how can I simply make a /car command to spawn one certain vehicle ID at my location. I can't find a function for that.
306
Quote: Originally Posted by dominik523 try this: Код: SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK); That's the same thing as "2" I still get the same errors
306
Hello, I am having a problem with my jetpack command, here is what it looks like. pawn Код: CMD:jetpack(playerid, params[]){    SetPlayerSpecialAction(playerid, 2);    if(IsPlayerAdmin(player...
306
Quote: Originally Posted by PT Try this pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){//------------------Weapons Dialog----------------------...
234
Quote: Originally Posted by Naruto_Emilio This is pretty fucked up, give me the dialogs code you used like ShowPlayerDialog pawn Код: CMD:teles(playerid, params[]){    ShowPlayerD...
234
I changed it, but I get the same errors
234
What's wrong with this? pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){//------------------Weapons Dialog-----------------------    if(dialogid == DIALOG...
234
I converted my weapons command to Zcmd (I think) Please tell me if I have any errors in this pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    command(weapons,playerid,params[]);{ ...
396
Hmm is there a place I can go to for tutorials with Zcmd?
396
Hmm okay, I will try with ZCMD: but I actually like strcmp better
396
I got the menu to work, but now when I do /weapons it gives me armor, and when I do /armor it brings up the weapons menu. Here is my OnPlayerCommandText pawn Код: public OnPlayerCommandText(play...
396
Okay I am creating a menu for weapons, and I am using the tutorial on SAMP Wiki, it all makes sense, but it doesn't compile. Here is my OnGameModeInIt() pawn Код: public OnGameModeInit(){    Se...
396
Thanks guys, this forum is very helpful, I've been focusing on making simple commands such as restoring your armor and spawning yourself a weapon I appreciate the help, I'm exploring different funct...
506
Okay I guess I understand it :/ It is still a little confusing but thanks for the help Konstantinos, I rep +1 you
322