few errors
#1

i have 2 errors i need help fixing please

PHP код:
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay\gamemodes\MaxedOutRoleplay.pwn(947) : error 017undefined symbol "PlayerInfo"
C:\Users\JordanDrummer\Desktop\Maxed Out Roleplay\gamemodes\MaxedOutRoleplay.pwn(5004) : error 017undefined symbol "ShowModelSelectionMenu"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Errors

line 947
PHP код:
 if(PlayerInfo[playerid][pLoggedIn]) 
line 5004
PHP код:
    ShowModelSelectionMenu(playeridf"->Vehicles<-"); 
Reply
#2

You can't copy and paste parts of a gamemode and expect them to work. Use Ctrl+F to find the missing parts in the gamemode you copied it from.
Reply
#3

First error : did you define PlayerInfo?

Second error: Download mSelection include : https://sampforum.blast.hk/showthread.php?tid=407045

Then simply #include <mSelection>.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)