Search Results
Hmm Add This On OnPlayerSpawn: Код: If(AccInfo[playerid][Registered] == 0) { TogglePlayerControlable(playerid,0); //regDialog.... } else { TogglePlayerControlable(playerid,1); } If...
118
Hmm unreachable code Is mostly for "return's" Like If You Have 2 Return 1 at a time or 2 return 0 ; at a time just give us the whole code so we can look into it and solve ur prob dont give us partly o...
158
you might do like this Код: public OnPlayerCommandText(playerid, cmdtext[]) { new string[200]; new sendername[MAX_PLAYER_NAME]; new giveplayer[MAX_PLAYER_NAME]; new playername[MAX_PLAYER_...
158
Quote: Originally Posted by [MM]RoXoR[FS] pawn Код: if (strcmp("/car", cmdtext, true, 10) == 0)    {        new Float:x,Float:y,Float:z,Float:a;                GetPlayerP...
93
Quote: Originally Posted by Littlehelper[MDZ] pawn Code: // Under OnGameModeInIt    XYZ = TextDrawCreate(26,300,"   ");    TextDrawFont(XYZ,2);    TextDrawLetterSize(XYZ,0.3,1);  ...
294
Quote: Originally Posted by [NWA]Hannes Yes I know. Do what i said and it will show correct. Nope Not Working Still .....
294
Quote: Originally Posted by [NWA]Hannes Change this line pawn Code: format(string,sizeof(string),"X: %d Y: %d Z: %d",X,Y,Z); to this pawn Code: format(string,sizeof(string),"X: %f Y: %f ...
294
Quote: Originally Posted by tiernantheman Go into your game and goto the position you want to Teleport to and type /save [Teleport]. Then head into your computer documents and hit on Gta s...
294
Hey Guys I have come here with another prob.... The prob is The TextDraw Which i created Of Getting players position is giving me wrong coordinates... The Code: Code: new Float:X,Float:Y,Float:Z; G...
294
Well You Need dini_IntSet(filepath,"admin",level); and all that so it sets the level of the player to what u haved typed in /setadmin [id] [level] .... Then it will set ur admin to 1 in the file of th...
98
Hey Guys Here is another problem. I want some zone names and i dont know how to make that thing . I have seen it many servers that when u enter Easter Basin / Vinewood/ Grove Street A TextDraw Is Disp...
74
Quote: Originally Posted by MP2 To reset a player's team, just do pawn Код: SetPlayerTeam(playerid, playerid); Then everyone gets their own team, and can kill eachother. Thanks For...
134
Please Stay On Topic Vince If you can help then only post something dont post anything rubbish i am in a hurry so i typed like that understand , if u cant help the dont post. SIMPLE!
134
Guys i have got a prob i have a team dm so i added setplayerteam and all so that one team member cannot kill the same teammember so.. i have different dms in my server so when i do /leavedm from that ...
134
Quote: Originally Posted by TheDominator To be honest the dialog box makes the server look a lot more professional rather than SendClientMessage. i know but .... i just want like that i...
180
Quote: Originally Posted by Yuryfury There is a limit for the length of a SendClientMessage string. Do a loop through all the admins and a SendClientMessage for each admin. Alternatively,...
180
Guys hmm can u help me please?
180
not in dialogs i want in sendclientmessage
180