Ped Help !! [Rep ++]
#1

C:\Users\Teo-PC\Desktop\*\gamemodes\DREAMCAST.pwn(13912) : error 017: undefined symbol "createPed"
C:\Users\Teo-PC\Desktop\*\gamemodes\DREAMCAST.pwn(65791) : error 010: invalid function or declaration

Line: 65791: function CreateMyPed ( ARMY )
Line: 13912: local riki = createPed ( 287, 236.89999389648, 1970.6999511719, 18,800000 )

[REp ++]
Reply
#2

In Line 13912 , you are missing a bracket, and CreatePed Or CreateMyPed is not defined.
Reply
#3

Try this:
pawn Код:
new createPed[200];
and add a semi colon to this line
pawn Код:
createPed ( 287, 236.89999389648, 1970.6999511719, 18,800000 );
Reply
#4

BUMP
Reply
#5

Try CreatePed because you don't have function called createPed.
Reply
#6

BUMP !! HELP !!
Reply
#7

Код:
new CreatePed[MAX_PLAYERS];
maybe?
Reply
#8

Do you have that functions ?
Reply
#9

Please give me the functions
Reply
#10

Have you defined CreatePed?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)