cant not fine this error!
#1

pawn Код:
C:\Users\PANNAWIT\Desktop\test file\c4.pwn(36) : warning 202: number of arguments does not match definition
pawn Код:
bomb1 =  CreatePickup(1252, 0, X, Y, Z, -1, -1);

QUESTION : how can i fix this i try but fail
Reply
#2

Remove the last ,-1.

pawn Код:
bomb1 =  CreatePickup(1252, 0, X, Y, Z, -1);
Reply
#3

thank you it work now

i forgot about that just delete -1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)