Search Results
Hey samp players, Who can help me with these errors? Код: C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\WorldTurfFun.pwn(3311) : error 017: undefined symbol "ArePlayersInSameCar" C:\...
94
try this one Код: if(strcmp(cmd, "/kick", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRA...
176
he can remove it.... Search this in your filterscript EnableZoneNames(1); change it to EnableZoneNames(0); or else remove all the lines of the place names
114
Search for filterscripts? with a ban and kick function Here is a example from ladmin maybe this will help you... Код: dcmd_ban(playerid,params[]) { if(PlayerInfo[playerid][LoggedIn] == 1) { ...
176
C:\Users\Joris\Desktop\GTA server\filterscripts\vactions.pwn(254) : warning 225: unreachable code C:\Users\Joris\Desktop\GTA server\filterscripts\vactions.pwn(322) : error 029: invalid expression, ass...
178
open every gamemode or filterscript that you use. use ctrl + f --> and typ blank script and remove it? Maybe its not your gamemode but a filterscript
97
Quote: Originally Posted by Swift_ Search through the rest of the OnPlayerText callback for the same loop. If you don't see it, look through your script for new i; as a global variable. If...
133
Does anyone know how to remove this warning?? Код: public OnPlayerText(playerid, text[]) { if(text[0] == ';') { new string[256],name[24]; GetPlayerName(playerid,name,24); format(string,...
133
This code gives a error : Код: if(strcmp(cmdtext, "/back", true) == 0) { if(BlockCmd[playerid] ==1) } SetPlayerPos(playerid, PosX[playerid], PosY[playerid], PosZ[playerid]); ...
209
mmm i dont get this: in this function there a lot of errors , so i change all { to } (works now) but the problem is now, if im in las venturas i cant use another commands anymore
209
is it possible to make something like this? Код: SendClientMessage(playerid,0xFF0000AA, "[ERROR] You cant use /back because you're not in a dm area");
209
ty i will try this Thanks this work 1 little question more, why this doesnt work? under the command /back i places this : Код: if(gTeam[playerid] == TEAM_LIFEGUARDS) { GivePlay...
209
Hi all, I just wonder if its possible that people can't leave a deathmatch area till they die. or/and That people cant use commands anymore, but only the /back command to go back to las venturas. ...
209
at my keyboard its the shift button (if that dont work try spacebar)
68
new script didnt work either. public isPlayerInArea() { new Float:X,Float:Y,Float:Z; for(new i = 0; i < MAX_PLAYERS; i++) { GetPlayerPos(i,X,Y,Z); if(X <= 2748.810791 &&...
176
What do i wrong this time? I search, search and search and try this option: forward isPlayerInArea(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy); public OnFilterScriptInit() { SetTime...
176
told it already in the first post put it now under setplayerpos but still this problem --> Problem: If people join this area they will fly all over las venturas and not stay in the specific area,...
176