[Ajuda] Spawn casa
#1

Galera to querendo fazer o player spawnar na casa dele, e tenho um cуdigo mas nгo esta funcionando, alguйm pode me ajudar?

pawn Код:
stock SpawnPlayerAtHouse(playerid)
{
format(STRX, sizeof(STRX), "Casas/Usuarios/%s", PlayerName(playerid));
if(dini_Exists(STRX))
{
if(dini_Int(STRX,"Houseid")!= -255)
{
new Float:x,Float:y,Float:z;
x = dini_Float(STRX,"SpawnX");
y = dini_Float(STRX,"SpawnY");
z = dini_Float(STRX,"SpawnZ");
SetPlayerPos(playerid, x, y, z);
format(STRX, sizeof(STRX), "[ > ] Sua casa nъmero [ %d ], foi carregada com sucesso.", dini_Int(STRX, "Houseid"));
SendClientMessage(playerid, Amarelo, STRX);

}
}
return 1;
}
Oque pode estar errado? Pensei que foce o "Casas/Usuarios/%s" que estivesse errado, mudei mas n deu certo, a pasta das casas й assim:

C:\Users\Augusto\Desktop\Servidor\scriptfiles\Casa s\... (Os ... sгo os arquivos da pasta que sгo de casa1 atй 180)

Necessito de Ajuda
Reply


Messages In This Thread
Spawn casa - by CharCoast - 26.06.2014, 19:46
Re: Spawn casa - by Gii - 26.06.2014, 19:49
Re: Spawn casa - by silenthill - 26.06.2014, 19:58
Re: Spawn casa - by CharCoast - 26.06.2014, 20:01
Re: Spawn casa - by ipsLuan - 26.06.2014, 20:17
Re: Spawn casa - by CharCoast - 26.06.2014, 20:35
Re: Spawn casa - by DogeMan - 26.06.2014, 20:50
Re: Spawn casa - by CharCoast - 26.06.2014, 21:18
Re: Spawn casa - by DogeMan - 26.06.2014, 21:23
Re: Spawn casa - by CharCoast - 26.06.2014, 21:31

Forum Jump:


Users browsing this thread: 2 Guest(s)