01.04.2011, 20:05
Okay, Most servers have the i's which you can /enter in and /exit, may i ask how to script them? credits go to who helps, i'm learning how to script.
if (strcmp("/enter", cmdtext, true) == 0)
{
SetPlayerInterior(your_interior_here);
return 1;
}