13.05.2012, 22:31
okay i kind of still dont get sorry
pawn Код:
new pVW = GetPlayerVirtualWorld(playerid);
switch (pVW)
{
case 1: //<~~add your worlds here
{
//add your zone code here (idk what it mean)
//use zones for world 1 and 2 (idk what this mean)
}
default:
{
//where do i put here?
}
}