Search Results
Edit Video Link Added https://www.youtube.com/watch?v=V0gRIoInTIU
3,168
Quote: Originally Posted by Fairuz Can you somehow increase the distance between the objects? as it's too much for me.. The Nodes are Predefined on Plugin I am Just Creating an Arrow O...
4,181
Quote: Originally Posted by coool Good, I also searched for the same arrows on road GPS system in the past after seeing it in Crazy Bob's CnR. P.S can you make another mirror pastebin does...
4,181
You can make use of sscanf to achieve this. PHP Code: if(sscanf(params, "p<,>fff", x, y, z)){    Usage(playerid, "teleport <x, y, z>");}  here is an example, it just ...
394
Cheers Mates, Thank God.... Today i am here with something a system i searched for very long on forums, but unfortunately i could not find it. so i have scripted it and it was 95% what i have planned...
4,181
Quote: Originally Posted by Uberanwar Check validity of the checkpoint (IsValidDynamicCP) beforehand. If not valid, then create. Otherwise, destroy. What is the use of that ?? I am not ...
411
Quote: Originally Posted by DrakeyDev Looks good for a mission. Thanks Mate :3
3,168
Quote: Originally Posted by Nexotronix Where are you loading from all data? And please provide more info so we can help you! I am calling loadstores() in ongamemodeinit() The Problem...
411
Quote: Originally Posted by Chaprnks Whats so unique about this filterscript? I breifly looked through the code & its only coordinates & race checkpoints.. that's the same exact me...
3,168
Update : i had tried to use streamer update but then also same issues persisit. as i said it only happens sometimes but if it happens its making me more trouble any help someone
411
Hello Everyone, I am facing some issues with my server now I have more than 50 stores and sometimes the pickup gets automatically dissapears. its not pointing to particularr stores. sometimes it g...
411
Hey ALL Here is a screenshot of my Menu : https://imgur.com/js3LIeC So here as you can see after Kills,Deaths i need proper tab space like Kill 80 Death 80 ..... 04 Any way to do it ...
309
Hlo All I am creating a gps system for my server . So its done by using modern gps plugin. I need to know that is there a way to make a dynamic region around for about 10 nodes and when player enters ...
218
Mission System - Trashmaster Cheers Friends, I have not released anything useful for others. so i decided i can release this System now so others can use it. Details This Filterscript Script is ba...
3,168
I had checked every stuffs in the code and i have the things that u guys told. Its a gamemode from scratch which is available in forums. So if hackers gets the variable i am using for giving money can...
473
PHP Code: stock giveMoney(playerid, amount) {     Player[playerid][playerMoney] += amount;     ResetPlayerMoney(playerid);     return GivePlayerMoney(playerid, Player[playerid][p...
473
Code: HandleContract(playerid, killerid) { if(GetFactionType(killerid) == FACTION_HITMAN && PlayerInfo[killerid][pContractTaken] == playerid) { new price = PlayerInfo[playerid][p...
194
Dears, I have been working for so long and i dint get a solution for it yet. My problem is: I tried to make a textdraw Menu to replace every dialogues in my server but its not working as i am getting...
235
Los Santos Cops and Robbers is now looking for moderators. Hit me a Pm if interested.
206,178
Hi I have many custom maps in my server and the problem is its getting dissapeared after some time. every map is dissapearing and as a result players are falling. my plugins are up to date. thnx for...
85