20.08.2017, 03:54
Tente assim:
Код HTML:
CMD:spawnl(playerid) { for(new i; i < MAX_DROPS; i++) { DestroyDrop(i); } SpawnLoots(); return 1; }