Search Results
Put me on right track, I'm thinking and can't figure out how is it possible to create anti ammo hack, not infinite one (that's comparing ammo stuff so far i know) but like anti spawn ammo, if you have...
56
oh hide and show again, um just a question which is related to textdraws also currently i'm not on computer but if I change TextDrawSetSelectable to false aka not clickable via command for example wil...
68
is it possible to update textdraw preview model based on which skin player picks ? current code i have: Code: if(response) { TextDrawSetPreviewModel(Textdraw[50],modelid); SetPVarInt(play...
68
Hello! I encountered issue which I can't figure out how the code is created. However what I'm trying to do is skin selection based on gender and race that was picked by player. Here is the code of ge...
46
Hey guys I'm struggling for few days now and can't find a proper way to create own dynamic system (just practicing a bit and trying to make poker script) Yeh I searched around, I checked the code(s) ...
64
Okay so I changed my script a bit so I won't get confused that much, I added stuff you mentioned in link you provided, this is how my code looks like right now: Code: #define MAX_POKERTABLES 10 #d...
84
Thank you, will try to follow to your guide repped, if I will encounter any problems I will post it here
84
Hey, your answer is appriciated, here is the thing you asked for. Code: #define MAX_TABLES 10 Code: enum TableInfo { TableID, // this is how I'm trying to assign tableid which will be used futher ...
84
Hello, I'm just practicing scripting a bit in my free time so this time I encountered "Error" that's causing the function not to do what's supposed to do. (sending the message of the current object th...
84
I think that's what I was looking for, thank you very much! repped also.
56
Hey guys I'm requesting help with EditObject I searched a bit, read a wiki, tried. What I don't understand is, how can I get x,y,z and rx,ry,rz of the edited object for which I used function EditObjec...
56
I'm losing my nerves with 3 lines of script and nothing isn't working Code: CMD:heal(playerid, params[]) { new test; if(sscanf(params, "d", test)) ---- error line { //1 } return 1; } (23 : err...
67
I can't figure out what I have to change to make this code do the right thing, so what it's supposed to do is to list down the male names under "Male Names" and female names under "Female Names" the p...
57
This code isn't working on DialogResponse, it's supposed to list down names but it's not even showing the dialog. Код: showNameSuggestions(playerid) { new msg[128]; new female[5000]; new male...
65
I don't understand why I'm complicated as woman at scripting, easiest things I will turn into mess and will try to reach impossible, Thank you, repping everyone above
85
None of above worked :/ or it was just me making the code totally messy already as I'm trying to resolve that for hours now.
85
I'm facing a problem with strings and PVars so here is the code from dialog response (inputtext style) I'm trying to save inputtext into the PVarString Код: new charname[128]; for...
85
will try to do your way, however if I use this: Код: new charname[128]; format(charname,sizeof(charname),"%s",inputtext); SetPVarString(playerid,"CharName",charname); and try with ...
118