17.10.2009, 12:46
I Did this as you posted to me:
{
if(pickupid==Cash)
{
GivePlayerMoney(playerid,5);
SendClientMessage(playerid, COLOR_GREEN,"You Found 5 Bucks");
}
return 1;
}
Here it looks abit different than in the pawno but these are the Warnings(Not Errors,Sorry):
D:\Documents and Settings\victor\Desktop\SAMP Server\pawno\test.pwn(263) : warning 217: loose indentation
D:\Documents and Settings\victor\Desktop\SAMP Server\pawno\test.pwn(267) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
{
if(pickupid==Cash)
{
GivePlayerMoney(playerid,5);
SendClientMessage(playerid, COLOR_GREEN,"You Found 5 Bucks");
}
return 1;
}
Here it looks abit different than in the pawno but these are the Warnings(Not Errors,Sorry):
D:\Documents and Settings\victor\Desktop\SAMP Server\pawno\test.pwn(263) : warning 217: loose indentation
D:\Documents and Settings\victor\Desktop\SAMP Server\pawno\test.pwn(267) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.