Help Please!!!
#1

TheApocalypse.pwn(1127) : error 004: function "SendPlayerFormattedText" is not implemented
TheApocalypse.pwn(1256) : error 004: function "DynUpdateStart" is not implemented
TheApocalypse.pwn(1525) : warning 225: unreachable code
TheApocalypse.pwn(1525) : error 029: invalid expression, assumed zero
TheApocalypse.pwn(1525) : error 017: undefined symbol "cmd_getmoney"
TheApocalypse.pwn(1525) : error 029: invalid expression, assumed zero
TheApocalypse.pwn(1525) : fatal error 107: too many error messages on one line

I want to fix these errors!!!
Thanks
Reply
#2

Show the code..
Reply
#3

Come on boys please help(
Reply
#4

You need to show the code, no one can fix your code by looking at some errors
Reply
#5

Show us the lines around 1127, 1256 and 1525
Reply
#6

like already said, post your code.
But it looks like an { and } error.
Reply
#7

line 1525
COMMAND:getmoney(playerid, params[])
{
GivePlayerMoney(playerid,2000);
return 1;
}

line 1256
DynUpdateStart(playerid);
return 1;
}

line 1127
SendPlayerFormattedText(playerid,"{00C0FF}Welcome to {6EF83C}T{0049FF}he {6EF83C}A{F81414}pocalypse {6EF83C}for more please type {F81414}/help", 0);
Reply
#8

try it with:

pawn Код:
if (strcmp("/getmoney", cmdtext, true) == 0)
{

GivePlayerMoney(playerid,2000);

return 1;
}

//edit: ah your still editing.
Its hard to read post the whole code parts including the function header and pls use [ pawn ] and [ /pawn ]
Reply
#9

line 1525
pawn Код:
COMMAND:getmoney(playerid, params[])
{
    GivePlayerMoney(playerid,2000);
    return 1;
}
line 1256
pawn Код:
DynUpdateStart(playerid);
    return 1;
}
line 1127
pawn Код:
SendPlayerFormattedText(playerid,"{00C0FF}Welcome to {6EF83C}T{0049FF}he {6EF83C}A{F81414}pocalypse {6EF83C}for more please type {F81414}/help", 0);
Send us the whole command for each one above. Your cunfusing me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)