Stock is exist but still undefined
#1

Error:
pawn Код:
error 017: undefined symbol "AddStaticVehicleExREGISTERED"
Line:
pawn Код:
AddStaticVehicleExREGISTERED(596,1583.5295,-1710.8306,5.8321,359.1083,0,1,30000); //
stock:
pawn Код:
stock AddStaticVehicleExREGISTERED(model, Float:x, Float:y, Float:z, Float:r, col1, col2, timer)
{
    new vehicleID = AddStaticVehicleEx(model, x, y, z, r, col1, col2, timer);
}
Reply
#2

Define it before you call the function.
Reply
#3

Quote:
Originally Posted by Xabi
Посмотреть сообщение
Define it before you call the function.
You don't have to.
Reply
#4

doesn't matter.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)