11.04.2009, 17:31
if (strcmp("/invite", cmdtext, true, 15) == 0)
{
PutPlayerInGang("Pillepalle", 0);
return 1;
}
make it so that you get the gangid and the playername from player who use the cmd.
{
PutPlayerInGang("Pillepalle", 0);
return 1;
}
make it so that you get the gangid and the playername from player who use the cmd.