function onLogin(cid)
if(getPlayerStorageValue(cid, 9963) ~= 1 then
setPlayerStorageValue(cid, 9963, 1)
end
return TRUE
end
Higher, addons use storages as high as 1 million.... a player doesnt have only 1 storageid, have many... (like 65000 i think, or 32767)... to check any storageid value use the lua function posted by apsivaflines : getPlayerStorageValue(cid, value). o.o, well, you better post why you want to check the storagevalue, and we could make you the script or something