Jump to content
  • 0

pomoc Help me pls...


Miny24

Dotaz

  • Answers 72
  • Created
  • Last Reply

Top Posters For This Question

Recommended Posts

  • 0

No kdyz si kazdej registruje vybere postavu a pak se nekde spawne treba ja nwm u wang cars tak chci aby se spawnul na mych souradnicich akorat nwm jak to tam dat nechci tam davat randomspawn ja chci jen ten jeden :d

Link to comment
Share on other sites

  • 0

OMG do OnGameModeInit dej souřadnice:

AddPlayerClass(29, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);

Id postavy

Souřadky spawnu!

 

Jinak neim co potřebuješ?!

Link to comment
Share on other sites

  • 0

Mam jeste problem cim vice toho davam do modu ruzny veci tak mi to vypisuje moc warningu a to potom blbne mod atd newite co s tim????

 

C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1604) : warning 203: symbol is never used: "moneys"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1604) : warning 203: symbol is never used: "giveplayerid"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1603) : warning 204: symbol is assigned a value that is never used: "giveplayer"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1602) : warning 204: symbol is assigned a value that is never used: "sendername"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1601) : warning 203: symbol is never used: "playermoney"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1600) : warning 204: symbol is assigned a value that is never used: "string"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1732) : warning 203: symbol is never used: "CarName"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1732) : warning 203: symbol is never used: "SavePlayerPos"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1732) : warning 203: symbol is never used: "chrfind"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1732) : warning 203: symbol is never used: "gLastGaveCash"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1732) : warning 203: symbol is never used: "glob64BA4"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1732) : warning 203: symbol is never used: "glob6A04"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\test.pwn(1732) : warning 203: symbol is never used: "glob91F0"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Header size:           2136 bytes
Code size:            20524 bytes
Data size:             5652 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4197 cells (16788 bytes)
Total requirements:   44696 bytes

13 Warnings.

Link to comment
Share on other sites

  • 0

Hle podle mě ty souřadnice co jsem psal a FreeWall na to reagoval debile. Tak je to funkční. Jen je to možná lehčí přes OnPLayerSPawn ale takhle to podle mě stačí. A má to výhodu že každá postava může mít jiný spawn ;)

Link to comment
Share on other sites

  • 0

Jen tak pro zajimavost nemate nekdo nebo neznate nekdo REGISTRACI jako je treba v Maikeroo Townu nebo tak je strasne dobra po napsani /login Heslo vas to hned da tam kde ste zkoncili a je to proste takovy no proste dobry nemate ji nekdo....

Link to comment
Share on other sites

  • 0
Guest StReeY [Dinti]

ved to je normal registracia len oni si to tie take veci dodaly zaklady /register /login si udelaj normalne a pak pridavaj na money , zbrane , banka , poziciu :d

Link to comment
Share on other sites

  • 0

Jo ale mam malinky problemek dal jsem si prikaz do modu jeden jenze obsahuje IsPlayerInSphere a me to hazi malinkej erorek porad co s tim :d Dekuji moccc :d:D:D

Kam to mam nadefinovat ten IsPlayerInSphere....

 

C:\DOCUME~1\David\Plocha\TEST\GAMEMO~1\TEST.PWN(502) : error 017: undefined symbol "IsPlayerInSphere"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Link to comment
Share on other sites

  • 0

Takhle:

forward IsPlayerInSphere(playerid,Float:x,Float:y,Float:z,radius);

 

stock IsPlayerInSphere(playerid,Float:x,Float:y,Float:z,radius){
if (GetPlayerDistanceToPointEx(playerid,x,y,z) < radius){
return 1;}
return 0;
}

Link to comment
Share on other sites

  • 0

Njn diky ale jeste neco:

 

C:\DOCUME~1\David\Plocha\CRIMSC~1.0\GAMEMO~1\OFFIIC~1.PWN(292) : error 017: undefined symbol "GetPlayerDistanceToPointEx"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\GAMEMO~1\OFFIIC~1.PWN(290) : warning 203: symbol is never used: "z"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\GAMEMO~1\OFFIIC~1.PWN(290) : warning 203: symbol is never used: "y"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\GAMEMO~1\OFFIIC~1.PWN(290) : warning 203: symbol is never used: "x"
C:\DOCUME~1\David\Plocha\CRIMSC~1.0\GAMEMO~1\OFFIIC~1.PWN(290) : warning 203: symbol is never used: "playerid"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...