Search Results
you forgot to start brackets ... Code: #include <a_samp> #include <ZCMD> #include <sscanf2> #include <streamer> #define COLOR_LIGHTRED 0xFF6347AA #define COLOR_ORANGE 0xFF800...
98
Good Job JB gonna die LoL NVM
368
use SetPlayerTeam Code: #define Team1 0 #define Team2 1 //OnPlayerSpawn if(gTeam[playerid] == Team1) { SetPlayerTeam(playerid,Team1); } else if(gTeam[playerid] == Team2) { SetPlayerTeam(playerid...
92
Nice Map Hatim
239
show me Command code.. Edit: Код: if(PlayerInfo[playerid][pVip] > 4) try this
93
https://sampwiki.blast.hk/wiki/TextDrawSetString
147
first this this is not errors it is warning ... Indent your code or just put.. Quote: //Top of your script #pragma tabsize 0
147
See This https://sampforum.blast.hk/showthread.php?tid=317112 it's Easy Bank System what i made :P
91
Nice Map ! :P
289
you mean when player leave vehicle then here is code.. Код: public OnPlayerExitVehicle(playerid, vehicleid) { StopAudioStreamForPlayer(playerid); return 1; }
198
hello for loose indentation just add top of your script Quote: #pragma tabsize 0 and for idcar warning change idcar to idcar1
172
It's not giving me error... Код: #include <zcmd> #include <sscanf2> COMMAND:savesong(playerid, params[]) { new musicname[128], link[128]; new file[128]; if(!sscanf(params, "s[128]s[128...
110
Indent your code or just add top of your script //top of your script under include.. Quote: #pragma tabsize 0
68
Код: Under OnPlayerText if(stringContainsIP(text)) { new string[128] ; GetPlayerName(playerid, string, 20); format(string, sizeof(string), "[!] \"%s\" named player h...
122
Код: COMMAND:savesong(playerid, params[]) { new musicname[128], link[128]; //new file[128]; if(!sscanf(params, "s[128]s[128]", musicname, link)) SendClientMessage(playerid, 0xFFFFFFFF, "Usage: /sa...
110
Код: CMD:sellhouse(playerid, params[]) { for(new i; i < MAX_HOUSES; i++) { if(IsPlayerInRangeOfPoint(playerid, 2.50, AHouseData[i][HouseX], AHouseData[i][HouseY], AHouseData[i][...
91
Код: public OnPlayerLogin(playerid,password[]) { new tmp2[256]; new string2[128]; new playername2[MAX_PLAYER_NAME]; new playersip[24]; GetPlayerName(playerid, playername2, sizeof(playe...
182
https://sampforum.blast.hk/showthread.php?tid=145416 there are many Filterscripts use search button :P
67