29.03.2012, 17:23
i got this cmd and i tried too many times how can i set it so i can use it only in interior 0?
PHP код:
if(strcmp(cmdtext, "/vw", true) == 0) {
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
SendClientMessage(playerid, COLOR_RED, "** Ti-ai resertat Virtual World la 0.");
return 1;
}