Search Results
I've done everything as normal, and added the desired server to the list. When I try to connect, the game doesn't load. The cursor has a disk spinning for a few seconds but then nothing happens.
64
Quote: Originally Posted by Gustavo_Araujo pawn Код: new Text[128];format(Text,128,"AdmCmd: %s has kicked %s, reason: %s", adminname, offender, params[2]);SendClientMessageToAll(COLOR_...
141
Quote: Originally Posted by Steeve_Smith You have to create a string, and to format it, by puting your text in it. Then, call SendClientMessageToAll. Could you show me?
141
I have: pawn Код: CMD:kick(playerid,params[]){    if(PInfo[playerid][Level] < 1) return SendClientMessage(playerid,COLOR_RED,"You are not authorized to use that command.");//Checking if the p...
141
Quote: Script [gamemodes/LTEST.amx]: Run time error 19: "File or function is not found" There's no errors or warnings whilst compiling, and the .pwn and .amx are both within the g...
128
The bottom of my script: Код: } CMD:rules(playerid, params[]) { if(IsPlayerConnected(playerid)) { ShowPlayerDialog(playerid, DIALOG_RULES, DIALOG_STYLE_LIST, "Rules", "1. No Teamkilling (Acc...
144
Quote: Originally Posted by axxelac The Commands MUST BE AT END OF SCRIPT , not at any public function and i think that command is wrong with zcmd , that must be With a_samp functions ...
144
Код: public OnPlayerCommandPerformed(playerid, cmdtext[], success) { new cmd[256]; new idx; cmd = strtok(cmdtext, idx); CMD:teamchat(playerid, params[]) { if(IsPlayerCo...
144
Quote: Team Deathmatch\gamemodes\TRU.pwn(604) : error 029: invalid expression, assumed zero Team Deathmatch\gamemodes\TRU.pwn(604) : error 017: undefined symbol "cmd_teamchat" Team Deathma...
144
Quote: Originally Posted by Toreno This is all you need. pawn Код: for(new i; i < MAX_PLAYERS; i++){    if(!IsPlayerConnected(playerid))    {        continue;    }    Sh...
120
I'm creating a mask script, when a player is wearing a mask, their nametag isn't there. How can I do this? I know: https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer but that disables everyone ...
120
Код: case 0..2: gTeam[playerid] = TEAM_GROVE; case 3..5: gTeam[playerid] = TEAM_BALLA; case 6..8: gTeam[playerid] = TEAM_LOCOTE; case 9..11: gTeam[playerid] = TEAM_LSPD; ...
67
Seems I had a FS that was causing the problem. I left it on by accident. Thanks anyway!
83
Код: AddPlayerClass(105, 2495.1658, -1687.5807, 13.5154, 0.6267, 0, 0, 0, 0, 0, 0); AddPlayerClass(106, 2495.1658, -1687.5807, 13.5154, 0.6267, 0, 0, 0, 0, 0, 0); AddPlayerClass(107, 2495.1658,...
83
I play fine for a couple of minutes then I disconnect and connect again.
128
I play a wide range of servers without any issues, though, there's one that I cannot play without disconnecting after a few minutes. I've got the latest version of SA-MP, as does the server. I've tri...
128
Quote: Originally Posted by Threshold What resolution did you set your computer to? 1152 x 864, I set my GTA SA resolution to the same one but it's still not what it used to be.
106
This morning when I logged onto my computer everything was zoomed in, so I fixed my computer resolution. Now when I log into SA:MP the resolution there is completely different and the text looks stret...
106