OnPlayerPickupPickup needs to be forwarded?
#1

http://pastebin.com/m74215494

Okay. So I'm pretty sure it doesn't.
But.
My compiler is saying some retarded shit. Alright, I'm guessing you guys would know how to fix it.
What it is anyways is an Enter / Exit to the Alhambra Club Interior from a Home in the district of Temple which is one of my Gangs in the Game-modes HQ. If anybody can use the co-ordinates to correct this please do.

Код:
C:\Users\Madhouse\Desktop\Server\gamemodes\LSGRP.pwn(42) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

Here you go, all fixed

http://pastebin.com/mac4d8fe
Reply
#3

Код:
C:\Users\Madhouse\Desktop\Server\gamemodes\LSGRP.pwn(255) : warning 235: public function lacks forward declaration (symbol "OnPlayerPickupPickUp")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
It doesn't need to be forwarded?
Reply
#4

you got the caps wrong
OnPlayerPickUpPickup
Reply
#5

Didn't matter. That wasn't the problem. Can anybody help?
Reply
#6

that does matter, pawn is case sensitive

WhatThePoop(); is different from
whatthePOOP();
Reply
#7

Quote:
Originally Posted by SilentHuntR
that does matter, pawn is case sensitive

WhatThePoop(); is different from
whatthePOOP();
Yes. I get your point. I've got AddStaticPickupPickup & i still get the same error.
Reply
#8

warning 235: public function lacks forward declaration (symbol "OnPlayerPickupPickUp")
that's the "public OnPlayerPickupPickUp" thing, it's miss capitolized
Reply
#9

Sorry, here you go: http://pastebin.com/m6e377549
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)