Pink Panthers's Gamemode
#1

Hello,
Why I'm Getting this error?
Quote:

[11:28:19] Script[gamemodes/npcs.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[11:28:19] Number of vehicle models: 0

anyone please tell me
Reply
#2

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
Код:
main( ) { }
What?
Reply
#3

Should I correct them with { } ??ї
Reply
#4

YOu need to write
Код:
main( ) { }
everywhere in your code, then compile it.

Every program need entry point. main() is main entry point for PAWN.

You can make leave it empty. it will called first when your gamemode loaded, just like OnGameModeInit.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)