22.10.2009, 20:00
well, after you guys told me to search first on ****** and everything it helped 
i have now a admin script, maps i made myself, autocarrepair, animations and alot more
i got a little question,
i wanna make a teleport to somewhere, but only for admins, so i got a little thing i thought how i will look-a-like, so that you guys can see i did my best to try it.
if(strcmp("/adminhideout", cmdtext, true, 13) == 0)
{
SendClientMessage(playerid, 0xFF6600AA, "welcome to the admin hideout!");
SetPlayerPos(playerid, playerpos, i still need to make.);
IsPlayeradmin(playerid, ); idk if this is ok :P
SetPlayerInterior(playerid, idk atm);
return 1;
}

i have now a admin script, maps i made myself, autocarrepair, animations and alot more

i got a little question,
i wanna make a teleport to somewhere, but only for admins, so i got a little thing i thought how i will look-a-like, so that you guys can see i did my best to try it.
if(strcmp("/adminhideout", cmdtext, true, 13) == 0)
{
SendClientMessage(playerid, 0xFF6600AA, "welcome to the admin hideout!");
SetPlayerPos(playerid, playerpos, i still need to make.);
IsPlayeradmin(playerid, ); idk if this is ok :P
SetPlayerInterior(playerid, idk atm);
return 1;
}