Search Results
Would you mind sharing how you fixed it? I'm getting this problem now. EDIT: Re-installed SA:MP. Fixed now.
67
pawn Код: //Admin Chatif((text[0] == '#' || text[0] == '@') && admin_check && strlen(text) > 1){  format(string,sizeof(string),"[ADMIN] %s (%i): %s",pName[playerid],playerid,te...
148
Plus, it takes about 0.7 seconds from SetPlayerVirtualWorld being executed for anything to actually happen.
169
I'm trying to create a 3D label at the player's coordinates.
225
It's not being attached to anything. I'd rather not create 1000 labels under onPlayerConnect.
225
It still isn't working. Why has something that should be very simple been made complicated?
225
Yes, I need to stream them because there's no virtualworld parameter..
225
Simple, put them on the team with the lowest amount of players. If they all have the same, random team.
173
Why doesn't this work..? pawn Код: format(textstring, sizeof(textstring), "MODEL: %i\nOBJECTID: %i", objectid, i);objects[i][label] = CreatePlayer3DTextLabel(playerid, textstring, TEXTCOLOR, px, ...
225
Well there's no need for a loop, to hide the password.
126
Quote: Originally Posted by DJDhan You can use an array for the password like pass[]. Then use a for loop to replace every letter with a * (star). But on the spot changing of letters and n...
126
pawn Код: new labeltext[4];format(labeltext, sizeof(labeltext), "%i", playerid);Create3DTextLabel(...);Attach3DTextLabelToPlayer(...); Under OnPlayerConnect.
184
Are player 3D labels destroyed when the player leaves the server?
225
Is crashinfo.txt for game crashes or server crashes?
58
It didn't work, but I edited it a bit and got it to work. pawn Код: new pass[21]="********************";new first[2];strmid(first, input, 0, 1);format(pass,24,"%s%s%s",first,pass[(22-strlen(input...
162
Sorry for the late reply, couldn't find the topic. It only seems to happen on windows, i've never had a crash on my linux server yet (serverFFS).
370
pawn Код: if(dialogid == 8){  ShowPlayerDialog(playerid, 9, DIALOG_STYLE_INPUT,"Mute","Enter reason for the mute","Mute","Cancel");}if(dialogid == 9 && response){  if(!IsPlayerConnected(...
82
I have a plugin to send emails to my users. An email is sent when they register, and it shows their password. Say my password was 'password', i'd like it to say p******d Just showing the first and ...
162
Quote: Originally Posted by Sma_X Quote: Originally Posted by Mikep. Is OnPlayerEnterCheckpoint used in this plugin? OnPlayerEnterDynamicCP is called like 1 second after I ente...
88,487
Is OnPlayerEnterCheckpoint used in this plugin? OnPlayerEnterDynamicCP is called like 1 second after I enter checkpoints, which isn't really ideal.
88,487