SA-MP Forums Archive
їAlgъn FS de toy's o cуdigo? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: їAlgъn FS de toy's o cуdigo? (/showthread.php?tid=566745)



їAlgъn FS de toy's o cуdigo? - Jose_Carmona - 08.03.2015

Buenas necesito un sistema de toys para ver si me pueden colaborar ya que lo he buscado y nada que lo encuentro, gracias.


Respuesta: їAlgъn FS de toy's o cуdigo? - Goncho28 - 08.03.2015

https://sampforum.blast.hk/showthread.php?tid=380950

Ese te puede servir


Respuesta: їAlgъn FS de toy's o cуdigo? - Jose_Carmona - 08.03.2015

(401 -- 402) : warning 213: tag mismatch
(401 -- 403) : warning 213: tag mismatch
(401 -- 404) : warning 213: tag mismatch



Код:
OnPlayerLogin(playerid)
{
        new
        uFile[35];
    	format(uFile, 35, PATH, GetName(playerid));
    	INI_ParseFile(uFile, "LoadToys", .bExtra = true, .extra = playerid);
        SetPlayerAttachedObject(playerid,
        INT:PlayerInfo[playerid][pindex],
        INT:PlayerInfo[playerid][pmodelid],
        INT:PlayerInfo[playerid][pboneid],
їComo podrнa arreglar este problema?