Search Results
https://sampforum.blast.hk/showthread.php?tid=441400 My filterscript i gave explained in it how to use also.
100
Quote: Originally Posted by Red_Dragon. After it is loaded you are not ready to record. Nice but fix this After you start the server you need to load the filter script NPC_RECORD and i...
491
Devil NPC Bus System What is this? This is an NPC driven bus, It drives the bus around the Los Santos, Any one who will enter the bus must have the Bus Fair which is by default set to $10 you can cha...
491
[pawn] { if(PlayerInfo[playerid][pMuted] == 1) { SendClientMessage(playerid, COLOR_RED, "You cannot speak, you have been silenced"); return 0; } if(Mobile[playerid] != 255) { new string[...
68
Hello I wanted to ask that I use Windows where as my Host use linux so should it matter that I compile it with the compiler that comes with windows? Or should I do something ?
64
Line 37 pawn Код: #define strcpy(%0,%1,%2) %0="",strcat(%0,%2,%1)
284
Код: C:\Users\RAFAY\Desktop\0.3x\gamemodes\COS-RP.pwn(37) : warning 201: redefinition of constant/macro (symbol "strcpy(%0,%1,%2)") C:\Users\RAFAY\Desktop\0.3x\gamemodes\COS-RP.pwn(1575) : warning...
284
I face alot of warning like they are 63 in number.
110
Hey guys I made a gamemode and tested it on my computer, I have Windows 7, Anyways I uploaded it to volt host last night and I am getting an error that as soon as I start my server it runs for sometim...
110
Hey can you guys tell me how to remove the small dots of people from radar so they may not see each other.
68
When a person is walking a icon is walking on radar with him is there a way to disable that please tell me?
63
It sets the player skin to CJ instead of ID I dont know why any help? pawn Code: new skinid;CMD:clothes(playerid)    {        if(IsPlayerInRangeOfPoint(playerid,10,217.3056,-97.9876,1005.2578)...
77
For some reason I want that if player is near to admin only then he can be kicked otherwise it should give an error any sort of help? pawn Код: CMD:kick(playerid,params[]){    new id,name1[MAX...
55
pawn Код: stock GivePlayerCash(playerid, money){    PlayerInfo[playerid][pCash] += money;    ResetMoneyBar(playerid);//Resets the money in the original moneybar, Do not remove!    UpdateMone...
144
Quote: Originally Posted by mahdi499 He Meant you should remove it. Adding or removing is not causing any change is there something else I can do?
144
Helpme with my money sytem when a player dissconects his money save but when he connects to server again they are not given to him I dont know why? Is there something I can do to fix it here is my cod...
144
I want a very less draw distance like if a person go near the icon he should only then see it what should I keep it on if I keep it more in a housing system it looks messy like this. I want to avoid t...
118
pawn Код: public OnPlayerDisconnect(playerid, reason){new INI:File = INI_Open(UserPath(playerid));INI_SetTag(File,"data");INI_WriteInt(File, "Level",PlayerInfo[playerid][pLevel]);INI_WriteInt(File...
59