Jump to content

Question

Posted

Salut!Am o problema cu masinile personale.Am facut un dialog si o comanda in aasa fel incat sa poti respawna masina si sa o controlezi dintr-un dialog.Problema este can dau sa compilez imi da 6 warnings si banuiesc ca din cauza asta nu merge deloc acel dialog.

Erorile

C:\Documents and Settings\Spilter\Desktop\masinii.pwn(609) : warning 204: symbol is assigned a value that is never used: "carkey3"
C:\Documents and Settings\Spilter\Desktop\masinii.pwn(608) : warning 204: symbol is assigned a value that is never used: "carkey2"
C:\Documents and Settings\Spilter\Desktop\masinii.pwn(621) : warning 204: symbol is assigned a value that is never used: "carkey3"
C:\Documents and Settings\Spilter\Desktop\masinii.pwn(619) : warning 204: symbol is assigned a value that is never used: "carkey"
C:\Documents and Settings\Spilter\Desktop\masinii.pwn(632) : warning 204: symbol is assigned a value that is never used: "carkey2"
C:\Documents and Settings\Spilter\Desktop\masinii.pwn(631) : warning 204: symbol is assigned a value that is never used: "carkey"
si liniile
new carkey = PlayerInfo[playerid][pPcarkey];
						new carkey2 = PlayerInfo[playerid][pPcarkey2];
						new carkey3 = PlayerInfo[playerid][pPcarkey3];

2 answers to this question

Recommended Posts

Posted

new carkey = PlayerInfo[playerid][pPcarkey];

new carkey2 = PlayerInfo[playerid][pPcarkey2];

new carkey 3= PlayerInfo[playerid][pPcarkey3];

stergele de acolo

rszadc33936a6e246e39ea2.png
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.