Search Results
Done, I put the code at the startv
117
Guys when I install 2.8.1 it's totally bugged, every command work ONLY for ID 0 and sometimes doesn't work like /goto, If I try /goto 0 (it is a NPC) it teleport me underworld at the center of the map...
117
no, if a Level 1 says /acmds it shows only the command for Level 1 and if a Level 2 says /acmds it shows the command for Level 1 and 2 I know how to give permissions to every level :P
141
Ok, I used "(unformat(params ...) and (sscanf(params ...) Код: #include <a_samp> #include <zcmd> #include <sscanf2> #include <YSI\y_ini> #define DIALOG_REGISTER 1 #define ...
141
Hey guys, today I was scripting my admin system, it was all OK except the ID 0 bug, so I tried to put an NPC at ID 0, and it worked! But I found the new version of sscanf (I think I got it but no) it ...
141
did you find in the GM's folder some include files? or a pawno folder?
133
Why everyone start with a roleplay? start with a freaking freeroam IT'S MORE EASIER THAN RP!
133
If you mean it shoot when a player come than no If you mean it shoot somewhere than yes just record the NPC whilte shooting
108
sorry but, you are a fail in tutorials :S
348
are you ryder_ballaz? I'm TheLorizz
141
In your enums, first create a new string like: pSkin, add in the register system and onplayerdisconnect his string and under everything Код: CMD:saveskin(playerid, params[]) { new skin = G...
82
DON'T COPY THIS! Код: CMD:exit(playerid, params[]) { if(GetPlayerTeam(playerid) == TEAM_GROVE) { //CODE, PLS DON'T COPY! } } return 1; } This means there a...
102
You should remove the last bracket, like this: Код: CMD:exit(playerid, params[]) { if(GetPlayerTeam(playerid) == TEAM_GROVE) { SetPlayerPos(playerid, 2514.8130,-1674.3113,13.7020)...
102
again, try this! Код: public OnPlayerSpawn(playerid) { if(IsPlayerNPC(playerid)) return 1; SetPlayerSkin(playerid, 277); return 1; }
151
OMG IT'S SO SIMPLY! Код: public OnPlayerSpawn(playerid) { if(IsPlayerNPC(playerid)) return 1; SetPlayerSkin(playerid, 277); return 1; } where is the problem?
151