>>>>>GIVEPLAYERMONEY<<<<<
#1

can someone give me a script that you can give someone money out of nothing for adnim

Please Help
Reply
#2

https://sampwiki.blast.hk/wiki/GivePlayerMoney
Reply
#3

EDIT: too late...
Reply
#4

pawn Код:
public OnPlayerCommandText(playerid, cmd[])
{
    if (strcmp("/givemoney", cmdtext, true) == 0)
    {
         GivePlayerMoney(playerid, %d);
         return 1;
     }
Reply
#5

Thanks Guys
Reply
#6

Quote:
Originally Posted by ilikenuts
Посмотреть сообщение
pawn Код:
public OnPlayerCommandText(playerid, cmd[])
{
    if (strcmp("/givemoney", cmdtext, true) == 0)
    {
         GivePlayerMoney(playerid, %d);
         return 1;
     }
That code has no params to specify the amount your going to give them..
Reply
#7

Quote:
Originally Posted by ilikenuts
Посмотреть сообщение
pawn Код:
public OnPlayerCommandText(playerid, cmd[])
{
    if (strcmp("/givemoney", cmdtext, true) == 0)
    {
         GivePlayerMoney(playerid, %d);
         return 1;
     }
LMFAO, this wont work at all! Learn to script first
Reply
#8

Quote:
Originally Posted by Markx
Посмотреть сообщение
LMFAO, this wont work at all! Learn to script first
u first
Reply
#9

Quote:
Originally Posted by ilikenuts
Посмотреть сообщение
u first
LMAO?
Reply
#10

Quote:
Originally Posted by Markx
Посмотреть сообщение
LMAO?
no. LMFAO.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)