07.08.2009, 20:39
Hello, i have a one question! I created a teleport command to interior (command includes interior id), but when i'm teleporting to that interior, which i have made it wont show for me! I have tryed about 5 times! Thanx, and sorry for my bad english!
P.S. there is my command, maybe there is some mistake, if You know, then modify it, please, thanx!
It doesnt show any errors while compiling!
IF YOU CAN'T HELP OR DON'T KNOW THE RIGHT ANSWER, THEN DON'T POST!
P.S. there is my command, maybe there is some mistake, if You know, then modify it, please, thanx!
Код:
if(strcmp(cmdtext, "/derby", true) == 0) { SetPlayerPos(playerid,-1404.4534,997.0326,1024.1353); SetPlayerInterior(playerid,89); return 1; }
IF YOU CAN'T HELP OR DON'T KNOW THE RIGHT ANSWER, THEN DON'T POST!