02-16-2015, 05:08 AM
(This post was last modified: 02-16-2015, 05:20 AM by Infinity-Codeur.)
Thank a lot my probleme is fixed !
edit : Now i want to add to my script a condition if player don't have position saved my code :
But it's not work
edit : Now i want to add to my script a condition if player don't have position saved my code :
Code:
if PlayerPos[Player:GetUniqueID()] != 0 then
Player:SendMessage("You don't have any position !")
end
But it's not work