Search Results
I found the line if i remove the line the command works any ideas what should i do to replace it with something else? PHP Code: CMD:ocreate(playerid, params[]) {     if(PlayerInfo[playerid]...
398
Code: new SpawnedObject[999]; new ObjectSpawned[999]; still cant find it it was working fine until i got ysi4
398
commands were working find until i complied with ysi v4 now they just send SERVER:Unknown command msg and creates the object, the console: Code: [18:18:49] [debug] Run time error 4: "Array index o...
398
Hello, Wanted to ask how do you get if a player is using any vehicle weapons like hunter, hydra or seasparrow? Tried searching but couldn't find
90
Thanks and also i'll try that out, i wanted to ask another thing, how can i run a loop like backwards like i tried using PHP Code: for(new i =40; i>0; i--)  but i read somewhere that ...
102
um i still i don't know how do you find unused index id, for example PHP Code: //under createobject command         objects++;         objectsid[objects]=objectid;        ...
102
Thanks for the help, i found another way to do it
192
Thanks for replying, I understood what you mean like adding slot number in the list names and then getting it with 'inputtext' at onplayerdialog response but i didn't quite get it how it's done, i hav...
192
So i made this: [it shows the correct list, i just need some ideas to make the dialog response work] PHP Code: CMD:inv(playerid, params[]) {     new string[1000];     new Pname[MAX_PLA...
192
Hello, need a little help or more like 'ideas'. so i'm using this nevada bomber script: https://sampforum.blast.hk/showthread.php?tid=335514 is there a way to actually get a kill like score n deathlo...
87
Hello I totally forgot the code How to make the server detect player's name and see if it's someone named 'SaiyanZ' or no? if yes then do this and that etc
38
Are you sure you added the files to your gamemode script? If yes then is it the right section?
58
Quote: Originally Posted by Astralis Are you experienced, active and have a good english knowledge? LST is looking for Moderators, you can apply on the forums! Hurry up before it's too la...
184,443
Still can't understand, What blood, What armor Seems like you just copy/pasted it, It's the place to learn
106
Cannot understand what you mean, Can you rephrase your question please?
106
For Example PHP код: public OnGameModeInit() { ShowNameTags(0); // Here 0 means the name tags and the health bar will disappear, // IF you place 1 in place of 0 that mea...
171
Nah cant understand, can you give any example please?
170
Hello I wanted to ask if there is a way, like When player connects it automatically types a command for him? like when he connects, he don't need to type /login, just when he connects the server auto ...
170
PHP код: new text[128]; new attachedtext[MAX_PLAYERS]; new Text3D:label; public OnPlayerConnect(playerid) {     attachedtext[playerid]=0;     return 1; } CMD:settext(playerid, pa...
88
Ah, Just typed wrong in the post /settext is not working Also i'm using this cmd in a separate script, if i add this cmd in any other script then the whole script (In which i add this cmd) stops worki...
88