Help Me Pawn 5 Error
#1

C:\Users\GIO\Desktop\EDRP Realy Scripted With Errors\gamemodes\RolePlay.pwn(28464) : error 017: undefined symbol "bonus"
C:\Users\GIO\Desktop\EDRP Realy Scripted With Errors\gamemodes\RolePlay.pwn(32581) : error 029: invalid expression, assumed zero
C:\Users\GIO\Desktop\EDRP Realy Scripted With Errors\gamemodes\RolePlay.pwn(32581) : warning 215: expression has no effect
C:\Users\GIO\Desktop\EDRP Realy Scripted With Errors\gamemodes\RolePlay.pwn(32581) : error 001: expected token: ";", but found "if"
C:\Users\GIO\Desktop\EDRP Realy Scripted With Errors\gamemodes\RolePlay.pwn(32581) : error 017: undefined symbol "pickupid"
C:\Users\GIO\Desktop\EDRP Realy Scripted With Errors\gamemodes\RolePlay.pwn(32581) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Reply
#2

28464-----------bonus = CreatePickup(1276,200,1763.5825,-1886.2942,13.5547); //BONUS
32581-----------else if(pickupid == bonus)
Reply
#3

28464-----------bonus = CreatePickup(1276,200,1763.5825,-1886.2942,13.5547); //BONUS
32581-----------else if(pickupid == bonus)
Bonus SCript File
Reply
#4

new bonus; => this outside of all functions, at top of script.

bonus = CreatePickup... -> same as it is

Haven't looked at your downloadable file. Please use pastebin.com or post it in if errors persist.
Reply
#5

Bonus Link Working

Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)