Posts: 73
Threads: 14
Joined: Dec 2011
GetPlayerLastShotVectors doesn't seem to be defined in a_samp.inc by default. Is this the proper way to declare it for further use?
pawn Код:
native GetPlayerLastShotVectors(playerid, &Float:fOriginX, &Float:fOriginY, &Float:fOriginZ, &Float:fHitPosX, &Float:fHitPosY, &Float:fHitPosZ);
Posts: 39
Threads: 5
Joined: Mar 2011
Quote:
Originally Posted by DrakeX
GetPlayerLastShotVectors doesn't seem to be defined in a_samp.inc by default. Is this the proper way to declare it for further use?
pawn Код:
native GetPlayerLastShotVectors(playerid, &Float:fOriginX, &Float:fOriginY, &Float:fOriginZ, &Float:fHitPosX, &Float:fHitPosY, &Float:fHitPosZ);
|
Oh I'm sorry, I just had to quote your full post to make my post seem more important.
Do you have any mods?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
The native of it exists in a_players.inc file.
Posts: 73
Threads: 14
Joined: Dec 2011
Oh. Thanks. I must not have updated the rest of my includes aside from a_samp.inc.