Search Results
Quote: Originally Posted by dEcooR just add it there not? Код: if(strcmp(cmd, "/sellhouse", true) == 0) { if(IsPlayerConnected(playerid)) { if(IsPlayerInRa...
137
i want to add IsPlayerInRangeOfPoint for this command Код: if(strcmp(cmd, "/sellhouse", true) == 0) { if(IsPlayerConnected(playerid)) { GetPlayerName(playerid, playername, sizeof(play...
137
there are a lot of Anti Bots and i really dont know which one to use for my server... Which one is better ?
48
Quote: Originally Posted by Admigo You can use this: https://sampwiki.blast.hk/wiki/GetPlayerKeys Here are all keys you can use: https://sampwiki.blast.hk/wiki/Keys no not like Keyboard...
95
how can i add vehicle Keys ? for example for police cars , i dont want normal people to enter it as Driver how many Diffrent keys i can set ? i'd gladly appretiate if you show me example for two Diff...
95
Hello , i found a spotlight filterscript but the colors doesnt seem real you know , i tried editing colors but No Effect .... can you guess suggest me a better Color Code ? This is The filterscript ( ...
83
do i need to use Anything els except CreateObject ? i need to place a door for a parking like Police Department in LA that When i get close to it , it opens
113
Hey guys , i need to set some commands for Only police skins such as 280 i use LuxAdmin Samp 3x And this is the Filterscript i need to set its command For police skin = https://sampforum.blast.hk/s...
100
Код: if(GetPlayerSkin(playerid,SKINHERE); After GetPlayerSkin(playrrid ...... You Can use anything els except " ) " like this Код: if(GetPlayerSkin(Playerid) And you Need 1 More " ) " like ...
128
Код: public OnPlayerRequestSpawn(playerid) { if(IsPlayerVipMember(playerid)) { if(GetPlayerSkin(playerid,280); return SendClientMessage(playerid,-1,"Skin for VIP use only"); return 0; } }...
128
i Still have problem setting my own skin for VIP Guys ... somebody help
128
Quote: Originally Posted by DobbysGamertag pawn Код: public OnPlayerRequestSpawn(playerid){if(adminvariable, < level)if(GetPlayerSkin(playerid,SKINHERE);return SendClientMessage(pla...
128
i need to set a skin Only for VIPs on Player Class Selection using LuxAdmin , can i have some tips plz ? at the end for the error that will be shown to player , i should use SendClientMessage or somet...
128
Do i need to have my filterscripts Mixed in 1 Filterscript to set some commands for vip ? for examle i'm using LuxAdmin Filterscript , and i want to set My Police Flash filterscript For VIP , should i...
145