03.05.2011, 17:20
How can I add mapping ingame? For example this:
http://pastebin.com/zMsHfbgz
http://pastebin.com/zMsHfbgz
public OnGameModeInit()
{
//A bunch of code
}
public OnGameModeInit()
{
CreateObject(...);
CreateObject(...);
CreateObject(...);
CreateObject(...);
//A bunch of code
}
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;
}