[QUESTION] A doubt.
#1

How can I add mapping ingame? For example this:
http://pastebin.com/zMsHfbgz
Reply
#2

put this on ongamemodeinit in ur gm and press F5
Reply
#3

Not possible lol, can you show me the code please?
Reply
#4

CTRL+F
Enter "OnGameModeInit" in Pawno when the Search & Replace feature loads
Find some space in the function and paste the code
Hit F5, copy the AMX to where your server is if it's not where it was compiled to

It is very possible...
Reply
#5

Its in your GM (vortex) can you tell me exactly place? dont wanna fuck it up
Reply
#6

Find this:
pawn Код:
public OnGameModeInit()
{
    //A bunch of code
}
and add them here
pawn Код:
public OnGameModeInit()
{
    CreateObject(...);
    CreateObject(...);
    CreateObject(...);
    CreateObject(...);
    //A bunch of code
}
Reply
#7

Thank you, added.

Could you help me making a /credits command please?
(My GM uses zcmd)
Reply
#8

pawn Код:
COMMAND:credits(playerid, params[])
{
    SendClientMessage(playerid, 0xFFFFFFAA, "ZeeX - zcmd");
    SendClientMessage(playerid, 0xFFFFFFAA, "CyberGhost - making the /credits command");
    SendClientMessage(playerid, 0xFFFFFFAA, "Then so on");
    return 1;
}
Reply
#9

Thank you cyber, I'll add you into the credits since you already helped me twice, could you help me again please? xD I'm a newbie still

If you have a xfire pm me the info, if not tell me and I'll post it here
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)