29.05.2012, 14:03
Adicione esta stock no final de seu gamemode..
Como usar?
Ajudei REP+ plz!
Como usar?
pawn Код:
//15 - Troque pelo Id do interior
SetPlayerIntEx(playerid,-1394.20,987.62,1023.96,15,"Nome da Loja");
pawn Код:
stock SetPlayerIntEx( playerid, Float:X, Float:Y, Float:Z, interior, location[ ] )
{
SetPlayerPos( playerid, X, Y, Z );
SetPlayerInterior( playerid,interior );
SetPlayerVirtualWorld( playerid, 0 );
new Str[100];
format( Str, 100, "~g~~h~%s~n~Interior~w~ %d", location, interior );
GameTextForPlayer( playerid, Str, 3000, 1 );
return 1;
}