New skin
#1

I'd like to know how to add a new skin to my gamemode, i use the lvdm gamemode. what files do i need and what to add?

and how could i add something to be avalible to all players, so when they'd type /suicide, they'd kill themself?
Reply
#2

Hey,

Below "OnGameModeInit()", add this

pawn Код:
AddPlayerClass(104,-543.4429,2573.9592,53.5156,270.4008,0,0,0,0,0,0); // Ballas 3 - 4
You can add as many as you want, here are all san andreas skin id's = https://sampwiki.blast.hk/wiki/Category:Skins

Here's a simple /kill command, that you add below "OnPlayerCommandText"

pawn Код:
if(strcmp(cmdtext, "/kill", true) == 0)
    {
        SetPlayerHealth(playerid, 0);
        return 1;
    }
Reply
#3

i got a mod for terminator look for cleo script, i got a txd file and a dff file, so i guess it's not just that...advice?
Reply
#4

You can't have serverside mods. Tell you players to download and install that mod manually.
Reply
#5

er...the mod only works for SP, i want to make it for mp...
Reply
#6

Try this
http://forum.sa-mp.com/showthread.ph...ht=server+mods
Reply
#7

you have to have hosted server for this?
Reply
#8

tofiffe you can't install mods in..multiplayer. Yes with that link above you can but it's huge, and not everyone wants it.
Reply
#9

ok thanks...now i got another problem: 1 of my fs don't work on 0.3b, it worked fine on 0.3a, i get no errors trying to recompile it...or should i ask someone to merge it with my gamemode?
Reply
#10

i have a problem with executing the gamemode script:
Runtime error 19: "File or Function is not found!"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)