Search Results
So changing the last two digits to 00 makes it transparent?
99
Hello all, Currently ShowPlayerMarkers are disabled for my GameMode but when ever i have a command /duty and then i do "SetPlayerColor(playerid,COLOR_BLUE"); , It sets the players color that but that...
99
How would I find these out Код: SetPlayerCameraPos(playerid,x,y,z); SetPlayerCameraLookAt(playerid,z,y,z);
85
How would I get the coordinates of what the Camera is in game ,
85
Код: /* STRTOK strtok(const string[], &index) { new length = strlen(string); while ((index < length) && (string[index] <= ' ')) { index++; } new offset = index; new res...
124
can someone help me with this please ?
124
Код: onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 This is what is on my server.cfg , matches what I read in that link you gave me.
77
I looked at this link and checked my server.cfg , The rates match ( i have 1 - 100 Players ( 50 Player slot server ) Nothing... Any suggestions ?
77
Okay all im using a Godfather script and im trying to enable show player markers: Код: public OnGameModeInit() { new string[MAX_PLAYER_NAME]; new string1[MAX_PLAYER_NAME]; for(new c=0;c<C...
77
Please Help me with this: Код: C:\Documents and Settings\Sam\Desktop\ServerD\filterscripts\bfxUDx2.pwn(456) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg") C:\...
124
Well it works but , Still isnt working right When i type in /rank 0 0 SAPD Rank is Cheif Has normal rights on duty my id ig is 1 my rank is Cheif Id 0 rank is Captain ?
184
I try it InGame but comes back with this I type /rank 1 ( id 1 is me IG ) Says "Player isnt connected"
184
Код: C:\Users\Sam\Desktop\NewScripts\gamemodes\12345678.pwn(6758) : warning 219: local variable "newstate" shadows a variable at a preceding level C:\Users\Sam\Desktop\NewScripts\gamemodes\1234567...
184
Код: if(strcmp(cmd, "/rank", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_ALLDEPT, "Use...
184