Quote:
Originally Posted by DeaD_MaN
Quote:
Originally Posted by Finn
Or this:
pawn Код:
#define SetPlayerMoney(%0,%1) \ GivePlayerMoney(%0, (%1 - GetPlayerMoney(%0)))
Edit: Edited.
|
Thank brother  It worked
|
can someone explain what the %0 and %1 mean and how it represents what it is representing? i mean i can read that %0 is playerid but i really dont understand how it determines that %0 means playerid.