Thread: I feel stupid
View Single Post
  #1  
Old 11-01-2005, 10:25 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
I feel stupid

I feel stupid posting this, I really do, it's gotta be some thing small X_X here we go again:
whats wrong with this script:
NPC Code:
if (actionbuy){
if(strequals(#p(0),float)){
addweapon Event Prizes/Float;
setstring clientr.eventcoin,#v(strtofloat(#s(clientr.eventco in))-10);
}
}
//#CLIENTSIDE
//sorry 'bout this next part, it's easier to script
if(playerchats && strequals(#c,buy float) && strtofloat(#s(clientr.eventcoin))>10){
triggeraction playerx,playery,buy,float;
}

Reply With Quote