19.01.2013, 21:33
Im looking for the code for /website (website here) command. I have no idea even if i had the code where to put it. Any help
if(!strcmp(cmdtext, "/website", true))
{
SendClientMessage(playerid, -1, "Our website is PUT WEBSITE URL HERE");
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/website", true))
{
SendClientMessage(playerid, -1, "Our website is PUT WEBSITE URL HERE");
return 1;
}
return 1;
}
In your gamemode under OnPlayerCommandText put this:
pawn Код:
pawn Код:
|
In your gamemode under OnPlayerCommandText put this:
pawn Код:
pawn Код:
|