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...
184
Same issue as me Windows 7 64 bit
226
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.
184
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...
184
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.
178
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
178
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...
178
Quote: Originally Posted by PT Try this pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){//------------------Weapons Dialog----------------------...
112
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...
112
I changed it, but I get the same errors
112
What's wrong with this? pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){//------------------Weapons Dialog-----------------------    if(dialogid == DIALOG...
112
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[]);{ ...
141
Hmm is there a place I can go to for tutorials with Zcmd?
141
Hmm okay, I will try with ZCMD: but I actually like strcmp better
141
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...
141
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...
141
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...
228
Okay I guess I understand it :/ It is still a little confusing but thanks for the help Konstantinos, I rep +1 you
125