GTA Közösség - A magyar GTA fórum
San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés =>
Segítségkérés
=> A témát indította: bendor - 2012. október 13. - 16:54:13
Cím:
Bool mentése
Írta:
bendor
-
2012. október 13. - 16:54:13
Sziasztok!
Egy egyszerû kérdéssel fordulok hozzátok.Azt szeretném tudni,hogy ha egy bool változót mentek dini-vel azt hogy menti le?
Tehát:
[pawn]dini_Set(File, \"ASD\",bool:asd);[/pawn]
Cím:
Bool mentése
Írta:
Gabor..
-
2012. október 13. - 16:59:30
dini_BoolSet( File, \"ASD\", asd );
Cím:
Bool mentése
Írta:
bendor
-
2012. október 13. - 17:00:52
És ez hogy menti?
ASD:true/false ?
Cím:
Bool mentése
Írta:
Gabor..
-
2012. október 13. - 17:06:06
Idézetet írta: Bendor date=1350140452\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28552\" data-ipsquote-contentclass=\"forums_Topic
És ez hogy menti?
ASD:true/false ?
ASD=1/0
(1 - True, 0 - False )
Cím:
Bool mentése
Írta:
bendor
-
2012. október 13. - 17:06:49
Köszönöm,zárok.