Search Results
EiresJason's method works but isn't it possible to just enter the building without pressing a key? Or make it press the "W" key? I tried "KEY_UP" but didn't work. I did just notice that when I put in ...
114
So the problem is that it wont enter.. When I get close to the area that I want to enter nothing happens. I have to idea where to put it so I've put it under OnPlayerSpawn. pawn Код: if(IsPlayerI...
114
Lol thanks! Didn't know that if you put a line before another one it loads it first.
58
Everything works great besides one thing.. When you register a new account you automatically become an admin.. I think it's something with the "type". When I register a new character I became LVL 5 ad...
58
Do you have any kind of team system or etc? If then send me it. Anyways this should work: pawn Код: TogglePlayerControllabe(playerid, 0); Put that under "public OnPlayerRequestClass(playerid, c...
54
I actually read a lot of tutorials on this forum and then I decided to make a DM script from scratch which works out pretty good. I would suggest you to download someone elses GM and learn stuff from ...
160
pawn Код: public OnPlayerSpawn(playerid){    if(gTeam[playerid] == TEAM_COP)    {        SendClientMessage(playerid,0x1E90FFAA, "Type {FFFFFF}/commands{1E90FF} for your commands");     ...
136
RXservers! What kind of file/format is it before you check the "Always use the selected program to open this kind of file"? NOTE: Problem isn't fixed yet!
508
Alright so the file is a .cfg file. But when you have downloaded the server package the "server" file will still be a .cfg format but you will have to chose what to open it with right? Why can't you ...
508
Thanks for such a quick answer CrossUSAAF! Yes, I'm hosting by myself but the thing is what kind of format is the original "server" file? It's a .cfg file but to open it you should have to chose not...
508
So I'm having a problem regarding the "server" file where you change the port for your ip and etc. The problem is that I can open the file right away without chosing what kind of file I should open i...
508
Not sure if it's going to work but I hope so pawn Код: new PlayerOldColor[MAX_PLAYERS]; pawn Код: if(strcmp(cmd, "/aod", true) == 0)    {        if(IsPlayerConnected(playerid))    Â...
153
https://sampforum.blast.hk/showthread.php?tid=282140
56
Could you please re-upload the pictures?
1,692
Quote: Originally Posted by kaiks Wicked, i defined targetid as "[MAX_PLAYER_NAME]" and i get this: "error 035: argument type mismatch (argument 1)" Here's the code: Код: COMMAND:es(p...
138
pawn Код: if (!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_GREY, "SERVER: This player is not connected."); // "!" = false, "!IsPlayerConnected(targetid) = If player is no...
138
pawn Код: public OnPlayerText(playerid, text[]){    return 1;} Should work.
117