Search Results
His name is still white, It should be blue and the color code it correct. And for the SetPlayerMarkerForPlayer no there is none
127
Still hasent been working. Код: public OnPlayerSpawn(playerid) { TextDrawDestroy(BottomMessage); OnPlayerFactionSpawn(playerid, 1); if(PLAYERLIST_authed[playerid] == 0) { SendClientMe...
127
i know im probably overlooking it but i've tried SetPlayerColor to try and change a players name to a different color instead of the default white. Anyone know the correct function beause this hasent ...
127
pawn Код: public Encrypt(string[]){    for(new x=0; x < strlen(string); x++)     {         string[x] += (3^x) * (x % 15);         if(string[x] > (0xff))         {     ...
106
pawn Код: new CreatedCars[100];new CreatedCar = 0; pawn Код: if(strcmp(cmd, "/veh", true) == 0)    {      if(IsPlayerConnected(playerid))      {            tmp = strtok(cmdtext, ...
128
pawn Код: if(strcmp(cmd, "/changename", true) == 0)    {      if(IsPlayerConnected(playerid))      {        tmp = strtok(cmdtext, idx);            if(!strlen(tmp))          ...
60
ahh. ok now it works
308
I tryed your code but it doesn't show what weapons or ammo they have.
308
Yea i tryed that but i couldent get it to work. Can you give me an example for it?
308
How do i frisk someone for weapons and have it show what weapons they have.
308
One major thig i would add would be somthig like this. I am currently making it and hope to release an edited version soon. Quote: # define ADMIN_ONE 1 # define ADMIN_TWO 2 # define...
6,095