C:\Users\Dennis\Desktop\Resis Second RealLife\gamemodes\ReSRealLife.pwn(51) : warning 213: tag mismatch
BSNenter=CreatePickup(1559,1,239,1199.3013,-918.4322,43.1207);
Warum kommt ein Waring?
C:\Users\Dennis\Desktop\Resis Second RealLife\gamemodes\ReSRealLife.pwn(51) : warning 213: tag mismatch
BSNenter=CreatePickup(1559,1,239,1199.3013,-918.4322,43.1207);
Warum kommt ein Waring?
Eine Virtual World kann keine Kommastellen haben. Siehe: http://wiki.sa-mp.com/wiki/CreatePickup
Wie?
schau dir doch die parameter an und vergleich es mit dem was du versucht hast. ist das so schwer?
Okay
Schau dir die Informationen im SA:MP Wiki an. Du hast deine Werte etwas durcheinandergeworfen.
ZitatAlles anzeigen
model The model of the pickup.
type The pickup spawn type.
Float:X The X coordinate to create the pickup at.
Float:Y The Y coordinate to create the pickup at.
Float:Z The Z coordinate to create the pickup at.
virtualworld The virtual world ID of the pickup. Use -1 to make the pickup show in all worlds.
Deine jetzige Virtual World, die du angegeben hast, ist 43.1207, und daher kann es nicht stimmen, da eine Virtual World immer eine ganze Zahl sein muss (1, 2, 3, ...).
Vielen Dank