11.11.2010, 11:49
hey guys im in need of help please
i need to create commands as /help and like those
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
// Do something here
return 1;
}
return 0;
}
what i have to type on the // to and where i save it so i can use them ingame
and also please i need help on putting maps how do i active them ingame
im trying to make a gamemode for my server please
i need to create commands as /help and like those
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
// Do something here
return 1;
}
return 0;
}
what i have to type on the // to and where i save it so i can use them ingame
and also please i need help on putting maps how do i active them ingame
im trying to make a gamemode for my server please