Jump to content

Question

Posted

am si eu bugurile astea cum le pot rezolva  :|

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(14687) : warning 219: local variable "PlayerName" shadows a variable at a preceding level

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(42427) : warning 204: symbol is assigned a value that is never used: "ReactionState"

asta e prima linie14687:  new PlayerName[30];

GetPlayerName(playerid, PlayerName, 30);

printf("[Command] %s has used /explode to explode %s", PlayerName, giveplayer);

http://pastebin.com/kDV0DV2w linia 42427 este cea cu reactionstate

5 answers to this question

Recommended Posts

Posted

Sunt warninguri nu buguri.la primul a  mai fost declarata odata variabila aia.

[glow=blue,2,300]SAMP.[glow=yellow,2,300]RSP-GAME[glow=red,2,300].NET[/glow][/glow][/glow]

Posted

la prima la new PlayerName pune pName iar la GetPlayerName( playerid , PlayerName , sizeof( PlayerName ) ); pune GetPlayerName( playerid , pName, sizeof( pName) ); la fel si la format !

La error 2: cauta in gamemode new ReactionState dupa ce gasesti sterge !

I'm back bitches.

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.